Added support for the noImplicitAny flag for EaselJS, Greensock,

PreloadJS and TweenJS.
This commit is contained in:
cmandlbaur
2013-09-09 20:25:23 +02:00
parent a8bf6681f1
commit 3678d429c6
4 changed files with 35 additions and 34 deletions
+1 -1
View File
@@ -98,6 +98,6 @@ declare module createjs {
export class XHRLoader extends AbstractLoader {
constructor (file: Object);
getResult(rawResult?: boolean);
getResult(rawResult?: boolean):any;
}
}