Commit 7cce3dc2 authored by Sean Hammond's avatar Sean Hammond

Remove nonsensical comment

parent dac12bae
......@@ -534,7 +534,6 @@ function AnnotationController(
// Watch for changes to the domain model and recreate the view model when it
// changes.
// XXX: TODO: don't clobber the view when collaborating.
$scope.$watch((function() {return model;}), function(model, old) {
if (model.updated !== old.updated) {
// Discard saved drafts.
......
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