Allow all basic types to properly serialize themselves in non-compact form.

This commit is contained in:
Jürg Lehni 2013-03-19 17:52:17 -07:00
parent a0066b61c3
commit 16b60d1b9e
4 changed files with 25 additions and 0 deletions
src/basic

View file

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