add space

This commit is contained in:
rolux 2012-05-25 11:41:51 +02:00
parent 25ce36c92e
commit 12296c41db

View file

@ -169,7 +169,7 @@ Ox.loadFile = (function() {
var error = false;
try {
element.sheet.cssRule;
} catch(e) {
} catch (e) {
error = true;
setTimeout(function() {
waitForCSS();