mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
ember - fix syntax error
This commit is contained in:
Vendored
+2
-2
@@ -204,7 +204,7 @@ interface EmberStatic {
|
||||
$; // jQuery
|
||||
|
||||
// API Doc Members
|
||||
A(arr: any[]): Ember.NativeArray;
|
||||
A(arr: any[]): Ember.NativeArray<any>;
|
||||
addBeforeObserver(obj: Object, path: string, target: Object, method: Function);
|
||||
addListener(obj: Object, eventName: string, target: Object, method: Function);
|
||||
addObserver(obj: Object, path: string, target: Object, method: Function);
|
||||
@@ -292,4 +292,4 @@ interface EmberStatic {
|
||||
wrap(func: Function, superFunc: Function);
|
||||
}
|
||||
|
||||
declare var Em: EmberStatic;
|
||||
declare var Em: EmberStatic;
|
||||
|
||||
Reference in New Issue
Block a user