mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-26 21:59:46 -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/basic
|
@ -38,6 +38,8 @@
|
|||
* matrix multiplication).
|
||||
*/
|
||||
var Matrix = Base.extend(/** @lends Matrix# */{
|
||||
_class: 'Matrix',
|
||||
|
||||
/**
|
||||
* Creates a 2D affine transform.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue