[API] Check/uncheck todos

This commit is contained in:
Victor Woeltjen
2016-05-27 16:55:10 -07:00
parent a79e958ffc
commit 0525ba6b0b
2 changed files with 18 additions and 4 deletions

View File

@ -56,5 +56,11 @@ define([
main: "MAIN"
};
MCT.prototype.verbs = {
mutate: function (domainObject, mutator) {
return domainObject.useCapability('mutation', mutator);
}
};
return MCT;
});