mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
minor code layout tweak
This commit is contained in:
parent
dd9ffaa854
commit
7e52b02f59
@ -319,7 +319,8 @@ O.esri.Tiles.TilesCore = function(){
|
||||
"esri/layers/LOD",
|
||||
"esri/geometry/Extent",
|
||||
"esri/layers/TileInfo",
|
||||
"esri/geometry/Point"],function(SpatialReference,LOD,Extent,TileInfo,Point){
|
||||
"esri/geometry/Point"
|
||||
],function(SpatialReference,LOD,Extent,TileInfo,Point){
|
||||
|
||||
var spatialRef = new SpatialReference({wkid:resultObj.spatialReference.wkid});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user