mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 16:10:23 +00:00
[Edit] Add EditToolbarRepresenter spec
Add tests for representer which mediates between view's selection and toolbar contents, WTD-878.
This commit is contained in:
@ -37,7 +37,9 @@ define(
|
||||
|
||||
// Update selection models to match changed toolbar state
|
||||
function updateState(state) {
|
||||
state.forEach(toolbar.updateState);
|
||||
state.forEach(function (value, index) {
|
||||
toolbar.updateState(index, value);
|
||||
});
|
||||
}
|
||||
|
||||
// Represent a domain object using this definition
|
||||
|
Reference in New Issue
Block a user