trailing comma removal,

This commit is contained in:
j 2012-05-26 15:46:24 +00:00
commit 6946ce333d
30 changed files with 44 additions and 46 deletions

View file

@ -38,7 +38,7 @@ pandora.ui.titlesDialog = function() {
id: 'id',
title: 'ID',
unique: true,
visible: false,
visible: false
},
{
id: 'title',
@ -92,7 +92,7 @@ pandora.ui.titlesDialog = function() {
$findButton = Ox.Button({
disabled: true,
title: 'Find',
width: 48,
width: 48
}).bindEvent({
click: function() {
that.close();
@ -165,7 +165,7 @@ pandora.ui.titlesDialog = function() {
bottom: '4px',
paddingTop: '2px',
fontSize: '9px',
textAlign: 'center',
textAlign: 'center'
})
.appendTo(that.find('.OxButtonsbar'));