Suppress warning about ember.d.ts

This commit is contained in:
vvakame 2014-02-26 10:01:00 +09:00
parent adb74d94ce
commit 1021dcfdf3

2
ember/ember.d.ts vendored
View File

@ -57,7 +57,7 @@ interface String {
w(): string[];
}
interface Array {
interface Array<T> {
constructor(arr: any[]);
activate(): void;
addArrayObserver(target: any, opts?: EnumerableConfigurationOptions): any[];