mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Update to latest Straps.js and remove unnecessary isArray argument in Base.each()
This commit is contained in:
parent
1149399690
commit
79caf66a23
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue