mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Signature fix
This commit is contained in:
Vendored
+1
-1
@@ -71,7 +71,7 @@ module createjs {
|
||||
init(useXHR?: bool): void;
|
||||
close(): void;
|
||||
initialize(useXHR: bool): void;
|
||||
installPlugin(plugin: () => any): void;
|
||||
installPlugin(plugin: any): void;
|
||||
load(): void;
|
||||
loadFile(file: Object, loadNow?: bool): void;
|
||||
loadFile(file: string, loadNow?: bool): void;
|
||||
|
||||
Reference in New Issue
Block a user