mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
fix ember/ember.d.ts
This commit is contained in:
2
ember/ember.d.ts
vendored
2
ember/ember.d.ts
vendored
@@ -1420,7 +1420,7 @@ declare module Ember {
|
||||
Creates an instance of the class.
|
||||
@param arguments A hash containing values with which to initialize the newly instantiated object.
|
||||
**/
|
||||
static create<T extends Mixin>(...arguments: CoreObjectArguments[]): T;
|
||||
static create<T extends Mixin>(...args: CoreObjectArguments[]): T;
|
||||
detect(obj: any): boolean;
|
||||
reopen<T extends Mixin>(args?: {}): T;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user