mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Support injecting multiple object parameters into Style classes.
This commit is contained in:
parent
4106cc3621
commit
44291fe33b
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ var Style = Item.extend({
|
|||
return this[styleKey][get]();
|
||||
};
|
||||
}, {}));
|
||||
return this.base(src);
|
||||
return this.base.apply(this, arguments);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue