Merge constructor._name with _type and use CamelCase for Item types.

This commit is contained in:
Jürg Lehni 2013-03-01 17:13:22 -08:00
parent 293294a55a
commit 3f5d0a6925
19 changed files with 29 additions and 44 deletions
src/basic

View file

@ -38,8 +38,6 @@
* matrix multiplication).
*/
var Matrix = this.Matrix = Base.extend(/** @lends Matrix# */{
_type: 'matrix',
/**
* Creates a 2D affine transform.
*