Comparing version 1.1.2 to 1.1.3
@@ -36,3 +36,3 @@ // UMD header | ||
if (typeof obj === "object" && typeof then === "function") { | ||
// Bind function back to it's object (so fan's of 'this' don't get sad) | ||
// Bind function back to it's object (so lousy 'this' will work) | ||
return function() { return then.apply(obj, arguments); }; | ||
@@ -103,3 +103,3 @@ } | ||
state = settledState; | ||
// persist for handlers registered after settling | ||
// Persist for handlers registered after settling | ||
outcome = value; | ||
@@ -132,2 +132,3 @@ | ||
// Allow chaining of calls: something().then(...).then(...) | ||
return thenHandler.promise; | ||
@@ -134,0 +135,0 @@ }; |
{ | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"name": "ayepromise", | ||
@@ -7,11 +7,3 @@ "main": "./ayepromise.js", | ||
"homepage": "http://github.com/cburgmer/ayepromise", | ||
"licenses": [ | ||
{ | ||
"name": "BSD-2-Clause", | ||
"url": "http://opensource.org/licenses/BSD-2-Clause" | ||
}, { | ||
"name": "WTFPL", | ||
"url": "http://www.wtfpl.net/txt/copying/" | ||
} | ||
], | ||
"license": "(BSD-2-Clause OR WTFPL)", | ||
"author": "Christoph Burgmer <christoph.burgmer@gmail.com>", | ||
@@ -18,0 +10,0 @@ "keywords": [ |
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
0
910
44848
14