[Plugins] Add missing paren

This commit is contained in:
Victor Woeltjen 2017-01-12 15:17:48 -08:00
parent fa28393c14
commit 36b5197733

View File

@ -37,7 +37,7 @@ define([
return function (openmct) { return function (openmct) {
openmct.legacyRegistry.enable(bundleName); openmct.legacyRegistry.enable(bundleName);
}; };
}; });
plugins.CouchDB = function (url) { plugins.CouchDB = function (url) {
return function (openmct) { return function (openmct) {