dont use new Ox.
This commit is contained in:
parent
957567123e
commit
4b7224526a
32 changed files with 140 additions and 140 deletions
|
|
@ -1,9 +1,9 @@
|
|||
// vim: et:ts=4:sw=4:sts=4:ft=js
|
||||
pandora.ui.folderBrowserBar = function(id) {
|
||||
var that = new Ox.Bar({
|
||||
var that = Ox.Bar({
|
||||
size: 24
|
||||
});
|
||||
pandora.$ui.findListInput = new Ox.Input({
|
||||
pandora.$ui.findListInput = Ox.Input({
|
||||
placeholder: 'Find User',
|
||||
width: 184 - Ox.UI.SCROLLBAR_SIZE
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue