mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
moved 'tiles' directory to 'lib' dir
This commit is contained in:
parent
13991a0736
commit
11cb078d09
@ -12,7 +12,7 @@
|
||||
|
||||
<script>
|
||||
var dojoConfig = {
|
||||
paths: { tiles: location.pathname.replace(/\/[^/]+$/, "") + "../../../tiles/tiles" }
|
||||
paths: { tiles: location.pathname.replace(/\/[^/]+$/, "") + "../../../lib/tiles" }
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@ describe("offline enabler library", function()
|
||||
expect(g_basemapLayer.offline).toEqual(jasmine.any(Object));
|
||||
expect(g_basemapLayer.offline.store).toEqual(jasmine.any(Object));
|
||||
|
||||
g_basemapLayer.offline.proxyPath = "../../tiles/proxy.php";
|
||||
g_basemapLayer.offline.proxyPath = "../../lib/proxy.php";
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
@ -145,7 +145,7 @@
|
||||
|
||||
<script>
|
||||
var dojoConfig = {
|
||||
paths: { tiles: location.pathname.replace(/\/[^/]+$/, "") + "/tiles" }
|
||||
paths: { tiles: location.pathname.replace(/\/[^/]+$/, "") + "../lib/tiles" }
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user