From 710357ee4c4b8df01927c341b17ee5251f7d2e72 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 19 Nov 2014 18:55:32 +0000 Subject: [PATCH] typos --- static/js/entitiesDialog.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/entitiesDialog.js b/static/js/entitiesDialog.js index 2acb1a32a..e09ff0810 100644 --- a/static/js/entitiesDialog.js +++ b/static/js/entitiesDialog.js @@ -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)