From 9ac025d7fa62d55e9353a97a9a69ae99d9dc4df7 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Mon, 29 Oct 2012 11:37:41 +0000 Subject: [PATCH] Revert "another one..." This reverts commit 2a327c9ece1658c47d86a7cc58102f1e9b0b0a09. --- 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 64317c2b..8f79ab92 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");