Comparing version 0.0.16 to 0.0.17
@@ -68,3 +68,3 @@ 'use strict'; | ||
try { | ||
item = item.call(self, self); | ||
item = item.call(self); | ||
} catch (e) { | ||
@@ -71,0 +71,0 @@ err = e; |
@@ -62,3 +62,3 @@ 'use strict'; | ||
try { | ||
cb(idx, data); | ||
cb.call(self, idx, data); | ||
} catch (err) { | ||
@@ -65,0 +65,0 @@ return $p.reject(err); |
{ | ||
"name": "spex", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Specialized Promise Extensions", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
26941