mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
- 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:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user