'); //iFrameWindow.close(); if (iFrameWindow.body === null) {// null in IE iFrameWindow.write("
");
}
iFrameBody = iFrameWindow.body;
iFrame.contentWindow.addEventListener('error', function (e) {
e.preventDefault();
}, false);
if (fileData.css !== 'import') {
for (var f in fileData.css) {
this.hashSum.css[f] = fileData.css[f];
}
for (var f in this.hashSum.css) {
if (!webApp.isAndroid && !webApp.isWPhone) {
this.sum += this.hashSum.css[f];
this.count++;
}
//setTimeout(function (f) {
var link = document.createElement('link');
link.type = 'text/css';
link.rel = 'stylesheet';
link.href = f;
link.media = 'all';
if (!webApp.isAndroid) {
link.onload = this.fileReady.bind(this);
}
iFrameBody.appendChild(link);
//}, context.count*20, f);
}
}
if (fileData.js != 'import') {
for (var f in this.hashSum.js) {
if (!webApp.isAndroid_2) {
this.sum += this.hashSum.js[f];
this.count++;
//setTimeout(function (f) {
var script = document.createElement('script');
script.setAttribute('src', f);
script.setAttribute('type', 'text/javascript');
script.async = false;
script.defer = true;
script.onload = this.fileReady.bind(this);
iFrameBody.appendChild(script);
//}, context.count*20, f);
} else {
document.write('