Fixed property name on Matrix2D from 'atx' to 'tx'

This commit is contained in:
Chris Smith
2013-11-20 22:40:23 -08:00
parent 1db42a3a34
commit 6d73159722
+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;