mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +00:00
Refactoring based on feedback
Refactoring controller Migrating functions off controller onto service class Simplified modes Adding comments Removed unnecessary validation Fixing testing issues
This commit is contained in:
@ -30,6 +30,7 @@ define(['../../../platform/features/conductor-v2/conductor/src/timeSystems/Local
|
||||
|
||||
this.metadata = {
|
||||
key: 'test-lad',
|
||||
mode: 'LAD',
|
||||
cssclass: 'icon-clock',
|
||||
label: 'Latest Available Data',
|
||||
name: 'Latest available data',
|
||||
@ -38,9 +39,5 @@ define(['../../../platform/features/conductor-v2/conductor/src/timeSystems/Local
|
||||
}
|
||||
LADTickSource.prototype = Object.create(LocalClock.prototype);
|
||||
|
||||
LADTickSource.prototype.type = function () {
|
||||
return 'data';
|
||||
};
|
||||
|
||||
return LADTickSource;
|
||||
});
|
||||
|
Reference in New Issue
Block a user