lint fixes

This commit is contained in:
strajuser
2017-08-15 14:49:49 +03:00
parent 321c3af857
commit a5ba76e864
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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);
+1 -1
View File
@@ -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