Comparing version 1.0.32 to 1.0.33
{ | ||
"name": "yow", | ||
"version": "1.0.32", | ||
"version": "1.0.33", | ||
"description": "You Only Wish module", | ||
@@ -5,0 +5,0 @@ "main": "yow.js", |
10
queue.js
@@ -42,7 +42,14 @@ | ||
this.setQueue = function(queue) { | ||
_queue = queue; | ||
}; | ||
_this.clear = function() { | ||
_queue = []; | ||
_promise = undefined; | ||
} | ||
_this.reset = function() { | ||
_queue = []; | ||
} | ||
_this.isRunning = function() { | ||
@@ -56,2 +63,3 @@ return _promise != undefined; | ||
this.prequeue = function(promise) { | ||
@@ -58,0 +66,0 @@ |
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
17407
483