Cleaned up

This commit is contained in:
Paul Graffam 2020-07-06 17:27:09 -04:00
parent 76a7367be6
commit 529f28f781
2 changed files with 343 additions and 546 deletions

View File

@ -8,7 +8,7 @@ export default class Helpers {
const context = scope || this;
const now = +new Date,
args = arguments;
args = arguments;
if(last && now < last + threshhold) {
clearTimeout(deferTimer);

File diff suppressed because it is too large Load Diff