mirror of
https://github.com/nasa/openmct.git
synced 2026-06-13 04:08:52 -05:00
* Ensure the body is loaded before trying to bootstrap Open MCT * null vs undefined. It's just not worth it ECMA, it's really not. * Support specifying target element by selector so that resolution can be deferred until after the body is loaded * Add test to verify that Open MCT bootstrapping works as expected * Update API doc on bootstrapping Open MCT * Add black starting page to support bootstrapping Open MCT from scratch * Tweaked docs * Fixed prettier problems * Added additional validity checks and fail-fast paths for developers