mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Added support for the noImplicitAny flag for EaselJS, Greensock,
PreloadJS and TweenJS.
This commit is contained in:
Vendored
+1
-1
@@ -98,6 +98,6 @@ declare module createjs {
|
||||
|
||||
export class XHRLoader extends AbstractLoader {
|
||||
constructor (file: Object);
|
||||
getResult(rawResult?: boolean);
|
||||
getResult(rawResult?: boolean):any;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user