From 489fc6103978463ff2fb1a0bc080b35be062e0dc Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 8 Jul 2013 17:16:13 +0000 Subject: [PATCH] missing semicolons --- static/js/pandora/appPanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/appPanel.js b/static/js/pandora/appPanel.js index bf700a63..7f12ddab 100644 --- a/static/js/pandora/appPanel.js +++ b/static/js/pandora/appPanel.js @@ -24,12 +24,12 @@ pandora.ui.appPanel = function() { that.appendTo(pandora.$ui.body); animate && pandora.$ui.body.animate({opacity: 1}, 1000); return that; - } + }; that.reload = function() { pandora.$ui.appPanel.remove(); pandora.$ui.appPanel = pandora.ui.appPanel().appendTo(pandora.$ui.body); return that; - } + }; that.bindEvent({ pandora_page: function(data) { setPage(data.value);