Rename Base#_type property to #_class.

This commit is contained in:
Jürg Lehni 2013-04-06 09:16:08 +02:00
parent cb62c6053a
commit f43b322d2a
18 changed files with 36 additions and 35 deletions
src/basic

View file

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