mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
removed private objectStoreName var
This commit is contained in:
parent
05e362825c
commit
08585d569d
@ -10,8 +10,6 @@ O.esri.Edit.EditStore = function () {
|
||||
this.objectStoreName = "features";
|
||||
this.objectId = "objectid"; // set this depending on how your feature service is configured;
|
||||
|
||||
var objectStoreName = this.objectStoreName;
|
||||
|
||||
var _dbIndex = "featureId"; // @private
|
||||
|
||||
// ENUMs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user