mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
missed a null pointer from deprecated timer functionality
This commit is contained in:
parent
22e7852548
commit
c4e25ea3c3
@ -797,7 +797,6 @@ console.log(localStore.toString());
|
||||
*/
|
||||
window.onerror = function (msg,url,line){
|
||||
console.log(msg + ", " + url + ":" + line);
|
||||
this.map.offlineStore._stopTimer();
|
||||
this._sendEvent(msg,this._localEnum().WINDOW_ERROR_EVENT);
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user