mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
moved 'edit' directory to 'lib/edit'
This commit is contained in:
parent
4554b3cada
commit
5e8bc33dca
@ -80,7 +80,7 @@ var OfflineStore = function(/* Map */ map) {
|
||||
REQUIRED_LIBS : [
|
||||
"Hydrate.js",
|
||||
"OfflineUtils.js",
|
||||
"../vendor/offline/offline.min.js"
|
||||
"../../vendor/offline/offline.min.js"
|
||||
]
|
||||
}
|
||||
|
||||
@ -112,7 +112,7 @@ Sample demonstrates basic offline editing functionality for points, lines and po
|
||||
</div>
|
||||
|
||||
<script src="http://js.arcgis.com/3.7/"></script>
|
||||
<script src="../edit/OfflineStore.js"></script>
|
||||
<script src="../lib/edit/OfflineStore.js"></script>
|
||||
|
||||
<script>
|
||||
var map;
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
<script src="http://js.arcgis.com/3.6/"></script>
|
||||
|
||||
<!-- include source files here... -->
|
||||
<script type="text/javascript" src="../edit/OfflineStore.js"></script>
|
||||
<script type="text/javascript" src="../lib/edit/OfflineStore.js"></script>
|
||||
<script type="text/javascript" src="../lib/tiles/phoneGapConnector.js"></script>
|
||||
|
||||
<!-- include spec files here... -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user