promise-queue
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,2 +1,5 @@ | ||
Version 1.0.1: | ||
* window.query -> window.Queue | ||
Version 1.0.0: | ||
* Initial release. |
@@ -12,3 +12,3 @@ /* global define: true */ | ||
// Browser globals | ||
root.queue = factory(); | ||
root.Queue = factory(); | ||
} | ||
@@ -15,0 +15,0 @@ }) |
@@ -5,3 +5,3 @@ { | ||
"name" : "promise-queue", | ||
"version" : "1.0.0", | ||
"version" : "1.0.1", | ||
"contributors" : [ | ||
@@ -8,0 +8,0 @@ { |
@@ -23,3 +23,3 @@ # promise-queue | ||
``` | ||
```js | ||
Queue.configure(function () { | ||
@@ -26,0 +26,0 @@ return $.Deferred() || require('vow').promise(); |
Sorry, the diff of this file is not supported yet
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
47998