Merge pull request #1306 from evilangelist/master

Fixed property name on Matrix2D from 'atx' to 'tx'
This commit is contained in:
Basarat Ali Syed
2013-11-21 02:39:32 -08:00
+1 -1
View File
@@ -382,7 +382,7 @@ declare module createjs {
// properties
a: number;
alpha: number;
atx: number;
tx: number;
b: number;
c: number;
compositeOperation: string;