Comparing version 1.3.1 to 1.3.2
@@ -38,2 +38,6 @@ function pull(arr, value) { | ||
this.dispatching = false; | ||
if (this.nextChain !== null) { | ||
this.chain = this.nextChain; | ||
this.nextChain = null; | ||
} | ||
} | ||
@@ -40,0 +44,0 @@ add(handler) { |
@@ -41,2 +41,6 @@ "use strict"; | ||
this.dispatching = false; | ||
if (this.nextChain !== null) { | ||
this.chain = this.nextChain; | ||
this.nextChain = null; | ||
} | ||
} | ||
@@ -43,0 +47,0 @@ add(handler) { |
{ | ||
"name": "tinysaga", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "module": "esm/index.js", |
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
32374
810