trailing comma removal,
This commit is contained in:
parent
9ed863c6a6
commit
6946ce333d
30 changed files with 44 additions and 46 deletions
|
|
@ -20,10 +20,9 @@ appPanel
|
|||
*/
|
||||
|
||||
(function() {
|
||||
|
||||
window.onerror = function(error, url, line) {
|
||||
try {
|
||||
pandora.api.log({
|
||||
!isMSIE && pandora.api.log({
|
||||
text: error,
|
||||
url: url,
|
||||
line: line
|
||||
|
|
@ -210,7 +209,6 @@ appPanel
|
|||
function initPandora(data) {
|
||||
|
||||
Ox.Log('', 'Ox.App load', data);
|
||||
|
||||
Ox.extend(pandora, {
|
||||
$ui: {
|
||||
body: $('body'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue