mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 21:28:12 +00:00
[API] Remove silly old comment
https://github.com/nasa/openmct/pull/1212#discussion_r82086807
This commit is contained in:
@ -20,25 +20,6 @@
|
|||||||
* at runtime from the About dialog for additional information.
|
* at runtime from the About dialog for additional information.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
/**
|
|
||||||
|
|
||||||
var key = '114ced6c-deb7-4169-ae71-68c571665514';
|
|
||||||
MCT.objects.getObject([key])
|
|
||||||
.then(function (results) {
|
|
||||||
console.log('got results');
|
|
||||||
return results[key];
|
|
||||||
})
|
|
||||||
.then(function (domainObject) {
|
|
||||||
console.log('got object');
|
|
||||||
MCT.telemetry.subscribe(domainObject, function (datum) {
|
|
||||||
console.log('gotData!', datum);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
define([
|
define([
|
||||||
'lodash',
|
'lodash',
|
||||||
'EventEmitter'
|
'EventEmitter'
|
||||||
|
Reference in New Issue
Block a user