refactoring

This commit is contained in:
Maxim Devaev
2021-10-18 09:56:38 +03:00
parent 01dd31d755
commit 10d8514c6b
2 changed files with 4 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ export var tools = new function() {
self.slider = new function() {
return {
"setOnUp": function(el, delay, display_callback, execute_callback) {
"setOnUpDelayed": function(el, delay, display_callback, execute_callback) {
el.execution_timer = null;
let clear_timer = function() {