forked from 0x2620/pandora
fix formatting
This commit is contained in:
parent
441cb9892a
commit
8f9d8e2ce2
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ appPanel
|
||||||
|
|
||||||
window.onerror = function(error, url, line) {
|
window.onerror = function(error, url, line) {
|
||||||
if (error == 'TypeError: Attempted to assign to readonly property.') {
|
if (error == 'TypeError: Attempted to assign to readonly property.') {
|
||||||
return
|
return;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
!isMSIE && !/^resource:/.test(url) && pandora.api.logError({
|
!isMSIE && !/^resource:/.test(url) && pandora.api.logError({
|
||||||
|
|
Loading…
Reference in a new issue