add space
This commit is contained in:
parent
25ce36c92e
commit
12296c41db
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ Ox.loadFile = (function() {
|
||||||
var error = false;
|
var error = false;
|
||||||
try {
|
try {
|
||||||
element.sheet.cssRule;
|
element.sheet.cssRule;
|
||||||
} catch(e) {
|
} catch (e) {
|
||||||
error = true;
|
error = true;
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
waitForCSS();
|
waitForCSS();
|
||||||
|
|
Loading…
Reference in a new issue