mirror of
https://github.com/nasa/openmct.git
synced 2025-04-08 11:54:25 +00:00
Fixes linting issues
This commit is contained in:
parent
0a1959df38
commit
5ec8ac95c1
@ -28,7 +28,6 @@ describe('ConditionSetCompositionPolicy', () => {
|
||||
let testTelemetryObject;
|
||||
let openmct = {};
|
||||
let parentDomainObject;
|
||||
let composition;
|
||||
|
||||
beforeAll(function () {
|
||||
testTelemetryObject = {
|
||||
@ -57,7 +56,6 @@ describe('ConditionSetCompositionPolicy', () => {
|
||||
openmct.telemetry = jasmine.createSpyObj('telemetry', ['isTelemetryObject']);
|
||||
policy = new ConditionSetCompositionPolicy(openmct);
|
||||
parentDomainObject = {};
|
||||
composition = {};
|
||||
});
|
||||
|
||||
it('returns true for object types that are not conditionSets', function () {
|
||||
|
@ -23,7 +23,6 @@
|
||||
import EventEmitter from 'EventEmitter';
|
||||
import {OPERATIONS} from '../utils/operations';
|
||||
import {computeCondition} from "@/plugins/condition/utils/evaluator";
|
||||
import {TRIGGER} from "@/plugins/condition/utils/constants";
|
||||
|
||||
export default class TelemetryCriterion extends EventEmitter {
|
||||
|
||||
|
@ -26,6 +26,7 @@ export default function ImageryViewProvider(openmct) {
|
||||
return {
|
||||
show: function (element) {
|
||||
component = new Vue({
|
||||
el: element,
|
||||
components: {
|
||||
ImageryViewLayout
|
||||
},
|
||||
@ -33,7 +34,6 @@ export default function ImageryViewProvider(openmct) {
|
||||
openmct,
|
||||
domainObject
|
||||
},
|
||||
el: element,
|
||||
template: '<imagery-view-layout ref="ImageryLayout"></imagery-view-layout>'
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user