Skip to content

Commit

Permalink
Add registerSounds method declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Saelhof committed Mar 25, 2015
1 parent 0c2ee85 commit 00ac8bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soundjs/soundjs.d.ts
Expand Up @@ -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;
Expand Down

0 comments on commit 00ac8bd

Please sign in to comment.