mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Remove Base#class again as it's causing issues in lookup tables.
This commit is contained in:
parent
de532aac2f
commit
f2a44a5832
1 changed files with 0 additions and 11 deletions
|
@ -36,17 +36,6 @@ Base.inject(/** @lends Base# */{
|
|||
}, []).join(', ') + ' }';
|
||||
},
|
||||
|
||||
/**
|
||||
* The class of the object as a constructor function.
|
||||
* The same as {@link #constructor}.
|
||||
*
|
||||
* @beans
|
||||
*/
|
||||
getClass: function() {
|
||||
// This is mainly here to create symmetry with the the #getItems() API.
|
||||
return this.constructor;
|
||||
},
|
||||
|
||||
/**
|
||||
* The class name of the object as a string, if the prototype defines a
|
||||
* `_class` value.
|
||||
|
|
Loading…
Reference in a new issue