- update preloadjs definitions

This commit is contained in:
Pedro Ferreira
2014-12-12 00:02:44 +00:00
parent ee9f36443f
commit e003f56619

View File

@@ -17,9 +17,12 @@
declare module createjs {
export class AbstractLoader extends EventDispatcher {
// properties
static ABSOLUTE_PATH: RegExp;
canceled: boolean;
static EXTENSION_PATT: RegExp;
loaded: boolean;
progress: number;
static RELATIVE_PATH: RegExp;
// methods
buildPath(src: string, data?: Object): string;