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({
|
$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)
|
||||||
|
|
Loading…
Reference in a new issue