mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
fix eslint errors
This commit is contained in:
parent
15be652664
commit
b6fd94dfc1
@ -90,7 +90,6 @@ const Common = {
|
|||||||
|
|
||||||
// if the function is called repeatedly, wait until threshold passes until we execute the function
|
// if the function is called repeatedly, wait until threshold passes until we execute the function
|
||||||
debounce: function(func, threshold, callImmediately) {
|
debounce: function(func, threshold, callImmediately) {
|
||||||
|
|
||||||
let timeout;
|
let timeout;
|
||||||
|
|
||||||
return function() {
|
return function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user