Comparing version 0.12.2 to 0.12.3
/* | ||
Yaku v0.12.2 | ||
Yaku v0.12.3 | ||
(c) 2015 Yad Smood. http://ysmood.org | ||
@@ -354,2 +354,4 @@ License MIT | ||
Yaku._Yaku = 1; | ||
/** | ||
@@ -547,2 +549,4 @@ * All static variable name will begin with `$`. Such as `$rejected`. | ||
function newEmptyPromise (self) { | ||
if (!isYaku(self)) throw genTypeError($invalid_this); | ||
return new self($noop); | ||
@@ -549,0 +553,0 @@ } |
{ | ||
"name": "yaku", | ||
"version": "0.12.2", | ||
"version": "0.12.3", | ||
"description": "A light-weight ES6 Promises/A+ implementation that doesn't hurt.", | ||
@@ -5,0 +5,0 @@ "main": "lib/yaku.js", |
@@ -428,3 +428,3 @@ <a href="http://promisesaplus.com/"> | ||
- ### **[genIterator(obj)](src/yaku.js?source#L457)** | ||
- ### **[genIterator(obj)](src/yaku.js?source#L459)** | ||
@@ -431,0 +431,0 @@ Generate a iterator |
81741
1507