mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 22:28:13 +00:00
[Fixed Position] Update specs for coverage
Update specs to restore code coverage after changes for WTD-881.
This commit is contained in:
@ -64,6 +64,8 @@ define(
|
||||
if (attrs.toolbar) {
|
||||
// Initialize toolbar object
|
||||
toolbar = new EditToolbar(definition, commit);
|
||||
// Ensure toolbar state is exposed
|
||||
scope.$parent[attrs.toolbar] = toolbarObject;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user