diff options
author | Matthias Bartelmeß <mba@fourplusone.de> | 2012-04-20 12:03:11 +0200 |
---|---|---|
committer | Matthias Bartelmeß <mba@fourplusone.de> | 2012-04-20 12:03:11 +0200 |
commit | f809b0d6c8c4c9f3d1f9ae7b8e36cdf7af117bc0 (patch) | |
tree | 2c82c92b400b38705777b0660ff6393f498d9625 /src/static/js/ace.js | |
parent | a743112170615a14f4e4e27822a54dc3ec491a6b (diff) | |
download | etherpad-lite-f809b0d6c8c4c9f3d1f9ae7b8e36cdf7af117bc0.zip |
removing de-facto noop
Diffstat (limited to 'src/static/js/ace.js')
-rw-r--r-- | src/static/js/ace.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/static/js/ace.js b/src/static/js/ace.js index 6ea2938b..0b115262 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. |