Merge pull request #846 from jraymakers/master

Fix syntax errors in ember, leaflet, and threejs.
This commit is contained in:
Boris Yankov
2013-08-08 06:47:57 -07:00
3 changed files with 283 additions and 288 deletions

2
ember/ember.d.ts vendored
View File

@@ -100,7 +100,7 @@ declare module Ember {
without*/
}
export interface NativeArray extends Array {
export interface NativeArray<T> extends Array<T> {
activate();
}

View File

@@ -2926,7 +2926,7 @@ declare module L {
* This method restores the L global variale to the original value it had
* before Leaflet inclusion, and returns the real Leaflet namespace.
*/
export var noConflict: () => L;
export var noConflict: () => typeof L;
/**
* A constant that represents the Leaflet version in use.

567
threejs/three-r55.d.ts vendored

File diff suppressed because it is too large Load Diff