mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
[API] Remove test usage of properties region
This commit is contained in:
parent
fe2ce91d50
commit
0656a298da
@ -221,13 +221,6 @@ define([
|
|||||||
canView: todoType.check.bind(todoType)
|
canView: todoType.check.bind(todoType)
|
||||||
});
|
});
|
||||||
|
|
||||||
mct.view(mct.regions.properties, {
|
|
||||||
view: function (domainObject) {
|
|
||||||
return new TodoToolbarView(domainObject);
|
|
||||||
},
|
|
||||||
canView: todoType.check.bind(todoType)
|
|
||||||
});
|
|
||||||
|
|
||||||
return mct;
|
return mct;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user