Comparing version 3.3.0 to 3.3.1
@@ -87,3 +87,3 @@ /** @license MIT License (c) copyright 2013 original author or authors */ | ||
function apply2(resolver, f, thisArg, args) { | ||
Promise._handler(args[0]).fold(function(y, x, resolver) { | ||
Promise._handler(args[0]).fold(function(x, y, resolver) { | ||
Promise._handler(x).fold(function(x, y, resolver) { | ||
@@ -90,0 +90,0 @@ f.call(this, x, y, createCallback(resolver)); |
{ | ||
"name": "when", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "A lightweight Promises/A+ and when() implementation, plus other async goodies.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -8,3 +8,3 @@ /** @license MIT License (c) copyright 2010-2014 original author or authors */ | ||
* @author John Hann | ||
* @version 3.3.0 | ||
* @version 3.3.1 | ||
*/ | ||
@@ -11,0 +11,0 @@ (function(define) { 'use strict'; |
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