Cleaned up
This commit is contained in:
parent
76a7367be6
commit
529f28f781
|
@ -8,7 +8,7 @@ export default class Helpers {
|
||||||
const context = scope || this;
|
const context = scope || this;
|
||||||
|
|
||||||
const now = +new Date,
|
const now = +new Date,
|
||||||
args = arguments;
|
args = arguments;
|
||||||
|
|
||||||
if(last && now < last + threshhold) {
|
if(last && now < last + threshhold) {
|
||||||
clearTimeout(deferTimer);
|
clearTimeout(deferTimer);
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue