From 182b924f04561e60718278b262eaa8afab7805d9 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 25 Feb 2013 10:47:29 +0530 Subject: [PATCH] text panel: typo --- static/js/pandora/textPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/textPanel.js b/static/js/pandora/textPanel.js index f0ee8fb2..f46df6be 100644 --- a/static/js/pandora/textPanel.js +++ b/static/js/pandora/textPanel.js @@ -200,7 +200,7 @@ pandora.ui.textPanel = function() { if (selected == -1 && embedURLs.length) { selected = 0; } - selectEmbed(selected); + that.selectEmbed(selected); }; return that;