dont use new Ox.

This commit is contained in:
j 2011-06-19 19:49:25 +02:00
commit 4b7224526a
32 changed files with 140 additions and 140 deletions

View file

@ -1,8 +1,8 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
pandora.ui.publicListsDialog = function() { // fixme: unused
var that = new Ox.Dialog({
var that = Ox.Dialog({
buttons: [
new Ox.Button({
Ox.Button({
id: 'done',
title: 'Done'
}).bindEvent({