Comparing version 0.1.6 to 0.1.7
@@ -87,2 +87,18 @@ // Generated by CoffeeScript 1.6.2 | ||
Collection.prototype.clear = function() { | ||
var model, source, _i, _len, _results; | ||
source = this.source().concat(); | ||
_results = []; | ||
for (_i = 0, _len = source.length; _i < _len; _i++) { | ||
model = source[_i]; | ||
_results.push(model.remove()); | ||
} | ||
return _results; | ||
}; | ||
/* | ||
*/ | ||
Collection.prototype._watchRemove = function(model) { | ||
@@ -89,0 +105,0 @@ var _this = this; |
{ | ||
"name": "linen", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"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
63830
1541