Auto-correct lint errors (#2450)

* Auto-fixed linting errors and manually corrected spacing on some comments
This commit is contained in:
Andrew Henry
2019-08-27 09:26:58 -07:00
committed by GitHub
parent 3dc6dac12d
commit 974be0ae2c
22 changed files with 284 additions and 284 deletions

View File

@ -27,7 +27,7 @@ function (
Moment
) {
function EntryController (openmct, domainObject) {
function EntryController(openmct, domainObject) {
this.openmct = openmct;
this.domainObject = domainObject;
@ -111,7 +111,7 @@ function (
domainObject = objectPath[0],
domainObjectKey = domainObject.identifier.key,
domainObjectType = this.openmct.types.get(domainObject.type),
cssClass = domainObjectType && domainObjectType.definition ?
cssClass = domainObjectType && domainObjectType.definition ?
domainObjectType.definition.cssClass : 'icon-object-unknown',
entryPos = this.entryPosById(entryid),
currentEntryEmbeds = this.domainObject.entries[entryPos].embeds,