preloadjs: removed unnecessary overload of getResult() on LoadQueue

This commit is contained in:
Josh Tynjala
2013-03-08 04:18:12 -08:00
parent 1a748a6a96
commit 4edce74116
-1
View File
@@ -70,7 +70,6 @@ module createjs {
BrowserDetect(): Object;
init(useXHR?: bool): void;
close(): void;
getResult(value: string): Object;
initialize(useXHR: bool): void;
installPlugin(plugin: () => any): void;
load(): void;