If the file was not found this should be nothing.

pull/987/head
Chad Weider 2012-09-09 14:32:47 -07:00
parent 3312387b08
commit 3b5ea88bf5
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ require.setGlobalKeyPath("require");\n\
buffer.push('<style type="text/css">');
for (var i = 0, ii = embededFiles.length; i < ii; i++) {
var file = embededFiles[i];
buffer.push(Ace2Editor.EMBEDED[file].replace(/<\//g, '<\\/'));
buffer.push((Ace2Editor.EMBEDED[file] || '').replace(/<\//g, '<\\/'));
}
buffer.push('<\/style>');
}