* Refractor
* Update AgentService.js
* Update ExportAsJSONActionSpec.js
This commit is contained in:
Jon Ander Oribe
2021-08-18 20:57:47 +02:00
committed by GitHub
parent bee15e98c8
commit a1aaa0dd41

View File

@ -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) {