Bring back _class names, since code minification breaks reliance on constructor.name.

Closes .
This commit is contained in:
Jürg Lehni 2013-06-23 20:18:32 -07:00
parent dff39dff78
commit a4535edbb9
39 changed files with 65 additions and 28 deletions
src/basic

View file

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