mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
replace internal module to namespace
This commit is contained in:
Vendored
+2
-2
@@ -14,7 +14,7 @@
|
||||
|
||||
/// <reference path="../createjs-lib/createjs-lib.d.ts" />
|
||||
|
||||
declare module createjs {
|
||||
declare namespace createjs {
|
||||
export class AbstractLoader extends EventDispatcher {
|
||||
// properties
|
||||
static BINARY: string;
|
||||
@@ -145,7 +145,7 @@ declare module createjs {
|
||||
static create(value: LoadItem | string | Object): Object | LoadItem;
|
||||
set(props: Object): LoadItem;
|
||||
}
|
||||
|
||||
|
||||
export class LoadQueue extends AbstractLoader
|
||||
{
|
||||
constructor(preferXHR?: boolean, basePath?: string, crossOrigin?: string | boolean);
|
||||
|
||||
Reference in New Issue
Block a user