Merge pull request #3964 from jsaelhof/master

Add registerSounds method declaration
This commit is contained in:
Masahiro Wakame
2015-03-29 22:36:19 +09:00
+1
View File
@@ -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;