mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -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(', ') + ' }';
|
}, []).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
|
* The class name of the object as a string, if the prototype defines a
|
||||||
* `_class` value.
|
* `_class` value.
|
||||||
|
|
Loading…
Reference in a new issue