Comparing version 0.3.38 to 0.3.39
@@ -72,2 +72,13 @@ // Generated by CoffeeScript 1.6.2 | ||
ModelCollection.prototype.reload = function(next) { | ||
if (next == null) { | ||
next = function() {}; | ||
} | ||
return this.owner.loadFields([this.field.field.path], next); | ||
}; | ||
/* | ||
*/ | ||
ModelCollection.prototype.resetModels = function(src) { | ||
@@ -74,0 +85,0 @@ var esrc, existingItem, found, i, item, newItem, src2, _i, _j, _k, _l, _len, _len1, _len2, _len3, _len4, _m, _results; |
{ | ||
"name": "linen", | ||
"version": "0.3.38", | ||
"version": "0.3.39", | ||
"description": "Linen (line-in) maps API's to [bindable](/classdojo/bindable.js) `objects`, and `collections`. At [classdojo](http://classdojo.com), we use `linen` to abstract our API from front-end, so we don't necessarily depend on any sort of API while developing new components. This allows us to rapidly build prototypes which can be wired up later.", | ||
@@ -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
8121719
243569