mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-06 19:19:39 -04:00
Bring back _class names, since code minification breaks reliance on constructor.name.
Closes #248.
This commit is contained in:
parent
dff39dff78
commit
a4535edbb9
39 changed files with 65 additions and 28 deletions
src/project
|
@ -31,6 +31,7 @@
|
|||
* {@link PaperScope#projects} variable.
|
||||
*/
|
||||
var Project = PaperScopeItem.extend(/** @lends Project# */{
|
||||
_class: 'Project',
|
||||
_list: 'projects',
|
||||
_reference: 'project',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue