Merge pull request #667 from fourplusone/feature/cleaner_code

Removing unused code - All looks good, some minor tweeks are probably worthwhile  in the future.
This commit is contained in:
John McLear 2012-05-13 06:51:58 -07:00
commit c70d88eedc
15 changed files with 30 additions and 1083 deletions

View file

@ -245,14 +245,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.