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

@ -56,7 +56,7 @@ pandora.ui.homePage = function() {
}
});
$findElement = Ox.FormElementGroup({
elements: [$select, $input],
elements: [$select, $input]
})
.css({marginTop: '16px'})
.appendTo($center);