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