removing de-facto noop

This commit is contained in:
Matthias Bartelmeß 2012-04-20 12:03:11 +02:00
parent a743112170
commit f809b0d6c8
1 changed files with 0 additions and 8 deletions

View File

@ -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.