Comparing version 1.0.35 to 1.0.36
{ | ||
"name": "yow", | ||
"version": "1.0.35", | ||
"version": "1.0.36", | ||
"description": "You Only Wish module", | ||
@@ -5,0 +5,0 @@ "main": "yow.js", |
@@ -51,10 +51,13 @@ var isArray = require('./yow.js').isArray; | ||
_this.clear = function() { | ||
this.setQueue = this.queue; | ||
_this.reset = function() { | ||
_queue = []; | ||
} | ||
_this.reset = function() { | ||
_this.clear = function() { | ||
_queue = []; | ||
} | ||
_this.isRunning = function() { | ||
@@ -61,0 +64,0 @@ return _promise != undefined; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17530
488