mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Merge remote-tracking branch 'remotes/upstream/master'
Conflicts: preloadjs/preloadjs.d.ts soundjs/soundjs.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -71,7 +71,7 @@ declare module createjs {
|
||||
loadManifest(manifest: Object[], loadNow?: boolean, basePath?: string): void;
|
||||
loadManifest(manifest: string[], loadNow?: boolean, basePath?: string): void;
|
||||
remove(idsOrUrls: string): void;
|
||||
remove(idsOrUrls: string[]): void;
|
||||
remove(idsOrUrls: any[]): void;
|
||||
removeAll(): void;
|
||||
reset(): void;
|
||||
setMaxConnections(value: number): void;
|
||||
|
||||
Reference in New Issue
Block a user