I want to load an OWL file before executing other (visualisation-)scripts. To do this I tried everything from
$(document).ready
to
<
setTimeout(visualize(file), 2000) calls visualize immediately and passes its result to setTimeout, just like any other function call.
setTimeout(visualize(file), 2000)
visualize
setTimeout