forked from 0x2620/pandora
trailing comma removal,
This commit is contained in:
parent
9ed863c6a6
commit
6946ce333d
30 changed files with 44 additions and 46 deletions
|
|
@ -56,7 +56,7 @@ pandora.ui.homePage = function() {
|
|||
}
|
||||
});
|
||||
$findElement = Ox.FormElementGroup({
|
||||
elements: [$select, $input],
|
||||
elements: [$select, $input]
|
||||
})
|
||||
.css({marginTop: '16px'})
|
||||
.appendTo($center);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue