mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 09:49:07 +00:00
Fix ember syntax error
This commit is contained in:
Vendored
+1
-1
@@ -100,7 +100,7 @@ declare module Ember {
|
||||
without*/
|
||||
}
|
||||
|
||||
export interface NativeArray extends Array {
|
||||
export interface NativeArray<T> extends Array<T> {
|
||||
activate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user