ampersand-collection
Advanced tools
Comparing version 1.3.6 to 1.3.7
{ | ||
"name": "ampersand-collection", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
@@ -5,0 +5,0 @@ "bugs": { |
@@ -184,3 +184,3 @@ # ampersand-collection | ||
ships.on("add", function(ship) { | ||
console.lg("Ahoy " + ship.name + "!"); | ||
console.log("Ahoy " + ship.name + "!"); | ||
}); | ||
@@ -291,3 +291,3 @@ | ||
### **proxied ES5 array methods (9)** | ||
### proxied ES5 array methods (9) | ||
@@ -294,0 +294,0 @@ The base AmpersandCollection proxies some basic ES5 methods to the underlying model array. Further documentation of these methods is available at [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array#Iteration_methods) |
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
34624