mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 23:53:49 +00:00
[Edit] Add spec for toolbar
Add spec for class that will convert toolbar definition provided by views to suitable input for mct-toolbar, WTD-878.
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
/*global define*/
|
||||
|
||||
define(
|
||||
[],
|
||||
function () {
|
||||
"use strict";
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user