[API] Remove test usage of properties region

This commit is contained in:
Victor Woeltjen 2016-08-04 14:00:39 -07:00
parent fe2ce91d50
commit 0656a298da

View File

@ -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;
};
});