- fix preloadjs AbstractLoader's getItem() method definitions

- add missing static context property to soundjs WebAudioPlugin
- use the web audio api definitions in soundjs (AudioContext, AudioNode, etc)
This commit is contained in:
Pedro Ferreira
2014-12-21 18:11:50 +00:00
parent e703cb1208
commit a3c0dad9b2
2 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ declare module createjs {
// methods
cancel(): void;
destroy(): void;
getItem(): Object;
getItem(value?: string): Object;
getLoadedItems(): Object[];
getResult(raw?: boolean): Object;
getTag(): Object;