mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-29 07:09:45 -04:00
Rename Base#_type property to #_class.
This commit is contained in:
parent
cb62c6053a
commit
f43b322d2a
18 changed files with 36 additions and 35 deletions
src/basic
|
@ -38,7 +38,7 @@
|
|||
* matrix multiplication).
|
||||
*/
|
||||
var Matrix = this.Matrix = Base.extend(/** @lends Matrix# */{
|
||||
_type: 'Matrix',
|
||||
_class: 'Matrix',
|
||||
|
||||
/**
|
||||
* Creates a 2D affine transform.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue