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;
|
||||
try {
|
||||
element.sheet.cssRule;
|
||||
} catch(e) {
|
||||
} catch (e) {
|
||||
error = true;
|
||||
setTimeout(function() {
|
||||
waitForCSS();
|
||||
|
|
Loading…
Reference in a new issue