Commit 2874e51a authored by Sean Hammond's avatar Sean Hammond

Delete an out-of-date comment

parent 8183f821
......@@ -166,8 +166,6 @@ function updateDomainModel(domainModel, vm, permissions, groups) {
/** Update the view model from the domain model changes. */
function updateViewModel(domainModel, vm, permissions) {
// Extend the view model with a copy of the domain model.
// Note that copy is used so that deep properties aren't shared.
vm.form = {
text: domainModel.text,
tags: viewModelTagsFromDomainModelTags(domainModel.tags),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment