Skip to content

Commit

Permalink
Closes #438, #439
Browse files Browse the repository at this point in the history
  • Loading branch information
andygup committed Jan 6, 2016
1 parent 8e374fe commit a2dbd7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/appcache-features.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
*/
function startMap() {

tileLayer = new O.esri.Tiles.OfflineTileEnablerLayer("http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer",function(evt){
tileLayer = new O.esri.Tiles.OfflineTilesAdvanced("http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer",function(evt){
console.log("Tile Layer initialized for offline. App state is: " + Offline.state);
},_isOnline);

Expand Down
2 changes: 1 addition & 1 deletion samples/appcache-tiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
sliderStyle: "small"
});

tileLayer = O.esri.Tiles.OfflineTileEnablerLayer("http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer",function(evt){
tileLayer = O.esri.Tiles.OfflineTilesAdvanced("http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer",function(evt){
console.log("Offline tile lib is enabled. Application state is: " + Offline.state);
},_isOnline);

Expand Down

0 comments on commit a2dbd7f

Please sign in to comment.