Commit a81822ee authored by Nick Stenning's avatar Nick Stenning

Remove unused AnnotationController#isComment method

The last thing that used this was removed in 7829cc1.
parent ab7ceae1
......@@ -83,14 +83,6 @@ AnnotationController = [
this.tagsAutoComplete = (query) ->
$q.when(tags.filter(query))
###*
# @ngdoc method
# @name annotation.AnnotationController#isComment.
# @returns {boolean} True if the annotation is a comment.
###
this.isComment = ->
not (model.target?.length or model.references?.length)
###*
# @ngdoc method
# @name annotation.AnnotationController#isHighlight.
......
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