mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-20 18:10:03 -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/ui
|
@ -16,6 +16,8 @@
|
|||
* @private
|
||||
*/
|
||||
var CanvasView = View.extend(/** @lends CanvasView# */{
|
||||
_class: 'CanvasView',
|
||||
|
||||
/**
|
||||
* Creates a view object that wraps a canvas element.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue