mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #1306 from evilangelist/master
Fixed property name on Matrix2D from 'atx' to 'tx'
This commit is contained in:
Vendored
+1
-1
@@ -382,7 +382,7 @@ declare module createjs {
|
||||
// properties
|
||||
a: number;
|
||||
alpha: number;
|
||||
atx: number;
|
||||
tx: number;
|
||||
b: number;
|
||||
c: number;
|
||||
compositeOperation: string;
|
||||
|
||||
Reference in New Issue
Block a user