mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
update code comment
This commit is contained in:
parent
d36c719daf
commit
05e362825c
@ -1003,9 +1003,12 @@ define([
|
||||
// Added @ v2.5
|
||||
//
|
||||
// Configure database for offline restart
|
||||
// If options Object is not defined the do nothing.
|
||||
// Options object allows you to store data that you'll
|
||||
// use after an offline browser restart.
|
||||
//
|
||||
// If options Object is not defined then do nothing.
|
||||
//
|
||||
////////////////////////////////////////////////////
|
||||
|
||||
if (typeof options == "object" && result == true) {
|
||||
editStore.pushFeatureLayerJSON(options, function (success, err) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user