mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-06-16 16:09:33 -04:00
Style should not be inheriting form Item, but Base instead!
How could we oversee this one?
This commit is contained in:
parent
741c0b7855
commit
a17068fd42
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @private
|
||||
*/
|
||||
var Style = Item.extend({
|
||||
var Style = Base.extend({
|
||||
initialize: function(style) {
|
||||
// If the passed style object is also a Style, clone its clonable
|
||||
// fields rather than simply copying them.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue