update code comment

This commit is contained in:
Andy Gup 2015-03-25 10:37:03 -06:00
parent d36c719daf
commit 05e362825c

View File

@ -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) {