mirror of
https://github.com/nasa/openmct.git
synced 2025-01-29 15:43:52 +00:00
Refractor (#3836)
* Refractor * Update AgentService.js * Update ExportAsJSONActionSpec.js
This commit is contained in:
parent
bee15e98c8
commit
a1aaa0dd41
@ -60,9 +60,7 @@ class ActionsAPI extends EventEmitter {
|
||||
}
|
||||
|
||||
_getCachedActionCollection(objectPath, view) {
|
||||
let cachedActionCollection = this._actionCollections.get(view);
|
||||
|
||||
return cachedActionCollection;
|
||||
return this._actionCollections.get(view);
|
||||
}
|
||||
|
||||
_newActionCollection(objectPath, view, skipEnvironmentObservers) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user