Update to latest Straps.js and remove unnecessary isArray argument in Base.each()

This commit is contained in:
Jürg Lehni 2013-11-29 19:53:48 +01:00
parent 1149399690
commit 79caf66a23
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
"test"
],
"devDependencies": {
"straps": "~1.3.0",
"straps": "~1.3.1",
"acorn": "git://github.com/paperjs/acorn#0.3.2",
"esprima": "~1.0.3",
"stats.js": "r11"

View file

@ -363,7 +363,7 @@ paper.PaperScope.prototype.PaperScript = (function(root) {
// Mark script as loaded now.
script.setAttribute('data-paper-ignore', true);
}
}, this, true); // Pass true for asArray to handle HTMLCollection
}, this);
}
// Catch cases where paper.js is loaded after the browser event has already