mirror of
https://github.com/nasa/openmct.git
synced 2025-02-03 01:30:44 +00:00
a6fc9badfe
Hide dangling underscores; JSLint considers these a problem and the command line build fails as a consequence when they are present directly in the code, but CouchDB provides these so we cannot avoid them entirely. So, hide them behind variables and use []-style lookup. Concludes transition work for the CouchDB persistence adapter, WTD-537.
This bundle implements a connection to an external CouchDB persistence store in Open MCT Web.