From 5d89f0d3a9a83d74398087ab590babc7e9ca078f Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 21 Feb 2013 17:14:05 +0530 Subject: [PATCH] typos --- static/js/pandora/textPanel.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/textPanel.js b/static/js/pandora/textPanel.js index e7c6d395..253c39fe 100644 --- a/static/js/pandora/textPanel.js +++ b/static/js/pandora/textPanel.js @@ -16,9 +16,10 @@ pandora.ui.textPanel = function() { pandora.api.getText({id: pandora.user.ui.text}, function(result) { var text = result.data, + embedsURLs = getEmbedsURLs(), - $toolbar = Ox.Bar({size 24}), + $toolbar = Ox.Bar({size: 24}), $editMenu, $uploadButton, @@ -119,7 +120,7 @@ pandora.ui.textPanel = function() { float: 'left', margin: '4px 2px 4px 4px' }) - .appendTo($toolbar), + .appendTo($toolbar); } that.setElement(