ampersand-collection
Advanced tools
Comparing version 1.3.8 to 1.3.9
{ | ||
"name": "ampersand-collection", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
@@ -5,0 +5,0 @@ "bugs": { |
@@ -90,3 +90,3 @@ # ampersand-collection | ||
```javascript | ||
var Library = AmeprsandCollection.extend({ | ||
var Library = AmpersandCollection.extend({ | ||
model: Book | ||
@@ -99,3 +99,3 @@ }); | ||
```javascript | ||
var Library = Backbone.Collection.extend({ | ||
var Library = AmpersandCollection.extend({ | ||
@@ -102,0 +102,0 @@ model: function(attrs, options) { |
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