Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "zousan", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"homepage": "https://github.com/bluejava/zousan", | ||
@@ -5,0 +5,0 @@ "authors": [ |
{ | ||
"name": "zousan", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A Lightning Fast, Yet Very Small Promise A+ Compliant Implementation", | ||
@@ -5,0 +5,0 @@ "main": "zousan-min.js", |
// zousan - An absolutely Lightning Fast, Yet Very Small Promise A+ Compliant Promise | ||
// https://github.com/bluejava/zousan | ||
// Version 1.2.0 | ||
// Version 1.2.1 | ||
@@ -254,2 +254,4 @@ /* jshint asi: true, browser: true */ | ||
{ | ||
if(typeof p.then !== "function") | ||
p = Zousan.resolve(p); | ||
p.then( | ||
@@ -256,0 +258,0 @@ function(yv) { results[i] = yv; rc++; if(rc == pa.length) retP.resolve(results); }, |
30456
378