Fix ember syntax error

This commit is contained in:
jraymakers
2013-08-07 22:01:45 -07:00
parent f6f5824cea
commit e22f63b38f
+1 -1
View File
@@ -100,7 +100,7 @@ declare module Ember {
without*/
}
export interface NativeArray extends Array {
export interface NativeArray<T> extends Array<T> {
activate();
}