mirror of
https://github.com/nasa/openmct.git
synced 2025-01-30 08:04:03 +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) {
|
_getCachedActionCollection(objectPath, view) {
|
||||||
let cachedActionCollection = this._actionCollections.get(view);
|
return this._actionCollections.get(view);
|
||||||
|
|
||||||
return cachedActionCollection;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_newActionCollection(objectPath, view, skipEnvironmentObservers) {
|
_newActionCollection(objectPath, view, skipEnvironmentObservers) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user