Comparing version 0.0.27 to 0.0.28
@@ -120,2 +120,16 @@ // Generated by CoffeeScript 1.6.2 | ||
Collection.prototype.clear = function() { | ||
var _results; | ||
_results = []; | ||
while (this.length()) { | ||
_results.push(this.shift()); | ||
} | ||
return _results; | ||
}; | ||
/* | ||
*/ | ||
Collection.prototype.reset = function(source) { | ||
@@ -122,0 +136,0 @@ var result; |
{ | ||
"name": "linen", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"description": "```javascript", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
53768
1256