mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 14:00:26 +00:00
lint fixes
This commit is contained in:
@@ -532,8 +532,8 @@ query.ids(function (error, ids, response) { });
|
||||
query.where("zone_id='B'").bounds(function (error, latLngBounds, response) { });
|
||||
|
||||
query.transform(15851);
|
||||
query.transform({"wkid" : 15851 });
|
||||
query.transform({"wkt" : "GEOGTRAN[\..."});
|
||||
query.transform({wkid: 15851 });
|
||||
query.transform({wkt: "GEOGTRAN[\..."});
|
||||
|
||||
query.format(false);
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for esri-leaflet 2.1.1
|
||||
// Type definitions for esri-leaflet 2.1
|
||||
// Project: http://esri.github.io/esri-leaflet
|
||||
// Definitions by: strajuser <https://github.com/strajuser>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
Reference in New Issue
Block a user