mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-29 07:09:45 -04:00
Merge constructor._name with _type and use CamelCase for Item types.
This commit is contained in:
parent
293294a55a
commit
3f5d0a6925
19 changed files with 29 additions and 44 deletions
src/basic
|
@ -38,8 +38,6 @@
|
|||
* matrix multiplication).
|
||||
*/
|
||||
var Matrix = this.Matrix = Base.extend(/** @lends Matrix# */{
|
||||
_type: 'matrix',
|
||||
|
||||
/**
|
||||
* Creates a 2D affine transform.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue