Commit 67e127e0 authored by Sean Hammond's avatar Sean Hammond

Remove a couple of duplicate comments

parent 56e99757
......@@ -346,12 +346,10 @@ function AnnotationController(
updateViewModel(updatedDomainModel, vm, permissions);
}
/** Called when this AnnotationController instance's scope is removed. */
function onDestroy() {
updateTimestamp = angular.noop;
}
/** Called whenever the currently-focused group changes. */
function onGroupFocused() {
if (vm.editing()) {
saveToDrafts(drafts, domainModel, vm);
......
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