This commit is contained in:
rolux 2014-11-19 18:55:32 +00:00
parent 4ad1ca2bba
commit 710357ee4c

View file

@ -149,7 +149,7 @@ pandora.ui.entitiesDialog = function(options) {
}), }),
$deselectButton = Ox.Button({ $deselectButton = Ox.Button({
title: 'close' title: 'close',
tooltip: Ox._('Done'), tooltip: Ox._('Done'),
type: 'image' type: 'image'
}) })
@ -160,12 +160,12 @@ pandora.ui.entitiesDialog = function(options) {
.hide() .hide()
.bindEvent({ .bindEvent({
click: function() { click: function() {
pandora.UI.set({ pandora.UI.set(
'entitiesSelection.' + type, 'entitiesSelection.' + type,
[] []
}); );
} }
}) }),
$itemBar = Ox.Bar({size: 24}) $itemBar = Ox.Bar({size: 24})
.append($itemMenu) .append($itemMenu)