mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
Update Bootstrap.js to support enumerable on instances.
This commit is contained in:
parent
6ca373e237
commit
297daaf577
1 changed files with 1 additions and 1 deletions
2
lib/bootstrap.js
vendored
2
lib/bootstrap.js
vendored
|
@ -330,7 +330,7 @@ var Base = new function() { // Bootstrap scope
|
|||
*/
|
||||
inject: function(/* src, ... */) {
|
||||
for (var i = 0, l = arguments.length; i < l; i++)
|
||||
inject(this, arguments[i]);
|
||||
inject(this, arguments[i], arguments[i].enumerable);
|
||||
return this;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue