mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
adds deprecated methods back
This commit is contained in:
parent
32f22247f2
commit
2a829dde6f
2
dist/offline-edit-min.js
vendored
2
dist/offline-edit-min.js
vendored
File diff suppressed because one or more lines are too long
24
dist/offline-edit-src.js
vendored
24
dist/offline-edit-src.js
vendored
@ -2195,6 +2195,30 @@ O.esri.Edit.EditStore = function () {
|
||||
this._isEditDuplicated = function (newEdit, edits) {
|
||||
return "DEPRECATED at v2.5!";
|
||||
};
|
||||
|
||||
/**
|
||||
* Deprecated @ v2.5.
|
||||
* @returns {string}
|
||||
*/
|
||||
this.retrieveEditsQueue = function(){
|
||||
return "DEPRECATED at v2.5!";
|
||||
};
|
||||
|
||||
/**
|
||||
* Deprecated @ v2.5.
|
||||
* @returns {string}
|
||||
*/
|
||||
this.getEditsStoreSizeBytes = function(){
|
||||
return "DEPRECATED at v2.5!";
|
||||
};
|
||||
|
||||
/**
|
||||
* Deprecated @ v2.5.
|
||||
* @returns {string}
|
||||
*/
|
||||
this.getLocalStorageSizeBytes = function(){
|
||||
return "DEPRECATED at v2.5!";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user