From f809b0d6c8c4c9f3d1f9ae7b8e36cdf7af117bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Bartelme=C3=9F?= Date: Fri, 20 Apr 2012 12:03:11 +0200 Subject: [PATCH] removing de-facto noop --- src/static/js/ace.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/static/js/ace.js b/src/static/js/ace.js index 6ea2938b9..0b115262a 100644 --- a/src/static/js/ace.js +++ b/src/static/js/ace.js @@ -239,14 +239,6 @@ require.setGlobalKeyPath("require");\n\ iframeHTML: iframeHTML }); - // For compatability's sake transform in and out. - for (var i = 0, ii = iframeHTML.length; i < ii; i++) { - iframeHTML[i] = JSON.stringify(iframeHTML[i]); - } - for (var i = 0, ii = iframeHTML.length; i < ii; i++) { - iframeHTML[i] = JSON.parse(iframeHTML[i]); - } - // calls to these functions ($$INCLUDE_...) are replaced when this file is processed // and compressed, putting the compressed code from the named file directly into the // source here.