mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Updated the breeze.config declaration to spec a proper registerAdapter function. adapterCtor was missing as a parameter.
This commit is contained in:
Vendored
+1
-1
@@ -884,7 +884,7 @@ declare module breeze.config {
|
||||
var interfaceInitialized: Event;
|
||||
var interfaceRegistry: Object;
|
||||
var objectRegistry: Object;
|
||||
export function registerAdapter(interfaceName: string): void;
|
||||
export function registerAdapter(interfaceName: string, adapterCtor: Object): void;
|
||||
export function registerFunction(fn: Function, fnName: string): void;
|
||||
export function registerType(ctor: Function, typeName: string): void;
|
||||
//static setProperties(config: Object): void; //deprecated
|
||||
|
||||
Reference in New Issue
Block a user