From 2a327c9ece1658c47d86a7cc58102f1e9b0b0a09 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Mon, 29 Oct 2012 00:17:32 +0000 Subject: [PATCH] another one... --- tests/frontend/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/frontend/helper.js b/tests/frontend/helper.js index 8f79ab92..64317c2b 100644 --- a/tests/frontend/helper.js +++ b/tests/frontend/helper.js @@ -1,7 +1,7 @@ var helper = {}; (function(){ - var $iframeContainer, $iframe, jsLibraries = {}; + var $iframeContainer, $iframe, jsLibraries = {}; helper.init = function(cb){ $iframeContainer = $("#iframe-container");