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
+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();
}
+1 -1
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.
+281 -286
View File
File diff suppressed because it is too large Load Diff