labsyspharm / minerva-browser

MIT License
4 stars 4 forks source link

Return OSD viewer as Promise from build_page #3

Closed jmuhlich closed 2 years ago

jmuhlich commented 2 years ago

This has to be a Promise since the exhibit data may be loaded asynchronously.

jmuhlich commented 2 years ago

I rearranged the code so the viewer construction is at the end for immediate return, so the diff looks bigger than it really is.