Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz committed Dec 30, 2024
1 parent 742931d commit 1385c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/utils/js-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let jsUtils = {
clearTimeout(timer);
timer = setTimeout( function(){
callback.apply(context, args);
}, delay)
}
}, delay);
};
}
};

Expand Down

0 comments on commit 1385c69

Please sign in to comment.