From 1f29f6f104a905c2609ca9a14bce0b344b946bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Thu, 3 Mar 2011 12:46:50 +0000 Subject: [PATCH] Improve formating. --- src/basic/Matrix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic/Matrix.js b/src/basic/Matrix.js index f605348c..32a81f4f 100644 --- a/src/basic/Matrix.js +++ b/src/basic/Matrix.js @@ -460,7 +460,7 @@ var Matrix = Base.extend({ // when using rotation or shearing. context[reset ? 'setTransform' : 'transform']( this._m00, -this._m01, -this._m10, - this._m11, this._m02, this._m12 + this._m11, this._m02, this._m12 ); },