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) {
|
||||
if (error == 'TypeError: Attempted to assign to readonly property.') {
|
||||
return
|
||||
return;
|
||||
}
|
||||
try {
|
||||
!isMSIE && !/^resource:/.test(url) && pandora.api.logError({
|
||||
|
|
Loading…
Reference in a new issue