mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-22 11:40:10 +08:00
Merge pull request #846 from jraymakers/master
Fix syntax errors in ember, leaflet, and threejs.
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();
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -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.
|
||||
|
||||
Vendored
+281
-286
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user