missed a null pointer from deprecated timer functionality

This commit is contained in:
andygup 2013-12-13 18:17:07 -07:00
parent 22e7852548
commit c4e25ea3c3

View File

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