From 5ca13132baaaa3cfb68453f20ea6adb87dd10ba5 Mon Sep 17 00:00:00 2001 From: Andy Gup Date: Fri, 6 Jun 2014 14:59:10 -0600 Subject: [PATCH] verify that initOfflineTileEnabler() is working. --- samples/appcache-features.html | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/appcache-features.html b/samples/appcache-features.html index e6ef91c..637b305 100644 --- a/samples/appcache-features.html +++ b/samples/appcache-features.html @@ -249,6 +249,7 @@ require([ map.on("load",function(evt){ initAppCacheManager(); + initOfflineTileEnabler(); }) map.on("layers-add-result",initEditing);