removed private objectStoreName var

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

View File

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