mirror of
https://github.com/nasa/openmct.git
synced 2025-01-29 15:43:52 +00:00
[Telemetry] Code style
Fix code style, remove Promise from globals where unused. Part of ongoing preparation of platform/telemetry bundle for integration, WTD-575.
This commit is contained in:
parent
51de44a3e5
commit
052f07f725
@ -1,4 +1,4 @@
|
||||
/*global define,Promise*/
|
||||
/*global define*/
|
||||
|
||||
/**
|
||||
* Module defining Telemetry. Created by vwoeltje on 11/12/14.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*global define,Promise*/
|
||||
/*global define*/
|
||||
|
||||
/**
|
||||
* Module defining TelemetryProvider. Created by vwoeltje on 11/12/14.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*global define,Promise*/
|
||||
/*global define*/
|
||||
|
||||
/**
|
||||
* Module defining TelemetryCapability. Created by vwoeltje on 11/12/14.
|
||||
@ -63,7 +63,7 @@ define(
|
||||
|
||||
TelemetryCapability.appliesTo = function (model) {
|
||||
return model.telemetry;
|
||||
}
|
||||
};
|
||||
|
||||
return TelemetryCapability;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*global define,Promise*/
|
||||
/*global define*/
|
||||
|
||||
/**
|
||||
* Module defining TelemetryController. Created by vwoeltje on 11/12/14.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*global define,Float32Array,Promise*/
|
||||
/*global define,Float32Array*/
|
||||
|
||||
/**
|
||||
* Module defining TelemetryHelper. Created by vwoeltje on 11/14/14.
|
||||
|
Loading…
x
Reference in New Issue
Block a user