forked from 0x2620/pandora
typos
This commit is contained in:
parent
4ad1ca2bba
commit
710357ee4c
1 changed files with 4 additions and 4 deletions
|
@ -149,7 +149,7 @@ pandora.ui.entitiesDialog = function(options) {
|
|||
}),
|
||||
|
||||
$deselectButton = Ox.Button({
|
||||
title: 'close'
|
||||
title: 'close',
|
||||
tooltip: Ox._('Done'),
|
||||
type: 'image'
|
||||
})
|
||||
|
@ -160,12 +160,12 @@ pandora.ui.entitiesDialog = function(options) {
|
|||
.hide()
|
||||
.bindEvent({
|
||||
click: function() {
|
||||
pandora.UI.set({
|
||||
pandora.UI.set(
|
||||
'entitiesSelection.' + type,
|
||||
[]
|
||||
});
|
||||
);
|
||||
}
|
||||
})
|
||||
}),
|
||||
|
||||
$itemBar = Ox.Bar({size: 24})
|
||||
.append($itemMenu)
|
||||
|
|
Loading…
Reference in a new issue