Comparing version 0.4.0 to 0.4.1
@@ -38,3 +38,3 @@ var slice = [].slice | ||
while (self.drains.length && self.pushable) | ||
if (self.drains.length && self.pushable) | ||
self.drains.shift()() | ||
@@ -41,0 +41,0 @@ } |
{ | ||
"name": "archan", | ||
"description": "Array-like generator-based channels", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Jonathan Ong", |
@@ -119,6 +119,2 @@ # Archan [![Build Status](https://travis-ci.org/cojs/archan.png)](https://travis-ci.org/cojs/archan) | ||
#### ch.unshift(val...) | ||
Adds a value to the beginning of the channel. | ||
### Control Flow | ||
@@ -125,0 +121,0 @@ |
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
12008
320