mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Add registerSounds method declaration
This commit is contained in:
Vendored
+1
@@ -177,6 +177,7 @@ declare module createjs {
|
||||
static registerManifest(manifest: Object[], basePath: string): Object;
|
||||
static registerPlugins(plugins: any[]): boolean;
|
||||
static registerSound(src: string | Object, id?: string, data?: number | Object, basePath?: string): Object;
|
||||
static registerSounds(sounds: Object[], basePath?: string): Object[];
|
||||
static removeAllSounds(): void;
|
||||
static removeManifest(manifest: any[], basePath: string): Object;
|
||||
static removeSound(src: string | Object, basePath: string): boolean;
|
||||
|
||||
Reference in New Issue
Block a user