mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
minor code comment cleanup
This commit is contained in:
parent
0ce1356468
commit
a27ad858e1
@ -80,6 +80,7 @@ define([
|
||||
/**
|
||||
* Overrides a feature layer.
|
||||
* @param layer
|
||||
* @param callback {boolean, String} Traps whether or not the database initialized
|
||||
* @returns deferred
|
||||
*/
|
||||
extend: function(layer,callback)
|
||||
@ -1003,7 +1004,7 @@ define([
|
||||
for(var i = 0; i < length; i++){
|
||||
promises[i] = this._updateDatabase(editsArray[i]);
|
||||
}
|
||||
console.log("EDIT LIST " + JSON.stringify(editsArray));
|
||||
//console.log("EDIT LIST " + JSON.stringify(editsArray));
|
||||
|
||||
// wait for all requests to finish
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user