ampersand-collection
Advanced tools
Comparing version 1.3.7 to 1.3.8
{ | ||
"name": "ampersand-collection", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
@@ -5,0 +5,0 @@ "bugs": { |
@@ -202,3 +202,3 @@ # ampersand-collection | ||
Serialize the collection into a plain javascript array, ready for sending to the server (typically called via [toJSON](#ampersand-state-tojson)). Will also call `serialize()` on each model in the collection. | ||
Serialize the collection into a plain javascript array, ready for sending to the server (typically called via [toJSON](#ampersand-collection-tojson)). Will also call `serialize()` on each model in the collection. | ||
@@ -289,3 +289,3 @@ ### toJSON `collection.toJSON()` | ||
Raw access to the JavaScript array of models inside of the collection. Usually you'll want to use `get`, `at`, or the [proxied array methods](#proxied-es5-array-methods-9) to access model objects, but occasionally a direct reference to the array is desired. | ||
Raw access to the JavaScript array of models inside of the collection. Usually you'll want to use `get`, `at`, or the [proxied array methods](#ampersand-collection-proxied-es5-array-methods-9) to access model objects, but occasionally a direct reference to the array is desired. | ||
@@ -292,0 +292,0 @@ ### proxied ES5 array methods (9) |
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
34650