add timeout
This commit is contained in:
parent
d5c2c7cc56
commit
d3234ada74
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ Ox.DocPanel = function(options, self) {
|
|||
that.triggerEvent('load', {items: self.options.items});
|
||||
});
|
||||
});
|
||||
});
|
||||
}, 250); // 0 timeout may fail in Firefox
|
||||
} else {
|
||||
getExamples(function() {
|
||||
self.$sidebar.replaceElement(1, self.$toolbar);
|
||||
|
|
Loading…
Reference in a new issue