mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 16:58:04 +00:00
[Selection] Sketch in context menu view
This commit is contained in:
parent
4e1cfac4b9
commit
e4c3412e8a
10
src/ui/menu/ContextMenuView.js
Normal file
10
src/ui/menu/ContextMenuView.js
Normal file
@ -0,0 +1,10 @@
|
||||
define(['zepto'], function ($) {
|
||||
function ContextMenuView(actions) {
|
||||
this.actions = actions;
|
||||
}
|
||||
|
||||
ContextMenuView.prototype.show = function (element) {
|
||||
};
|
||||
|
||||
return ContextMenuView;
|
||||
});
|
Loading…
x
Reference in New Issue
Block a user