From 11f565aebb4e121d9e45c2692692a50bef5a84d9 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 22 Feb 2013 09:54:24 +0530 Subject: [PATCH] add semicolon --- static/js/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora.js b/static/js/pandora.js index f12338d4..690d21d0 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -315,7 +315,7 @@ appPanel if (isEmbed) { pandora.$ui.embedPanel = pandora.ui.embedPanel().display(); window.addEventListener('message', function(e) { - var data = {} + var data = {}; try { data = JSON.parse(e.data); } catch(e) {}