Commit fb9be026 authored by Robert Knight's avatar Robert Knight

Remove a couple of unused `<annotation>` inputs

The `annotation` component does not declare `isSidebar` or `isLastReply`
in its bindings so these properties are unused.
parent 07de2088
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
<annotation ng-class="vm.annotationClasses()" <annotation ng-class="vm.annotationClasses()"
annotation="vm.thread.annotation" annotation="vm.thread.annotation"
is-collapsed="vm.thread.collapsed" is-collapsed="vm.thread.collapsed"
is-last-reply="$last"
is-sidebar="::vm.isSidebar"
name="annotation" name="annotation"
ng-mouseenter="vm.annotationHovered = true" ng-mouseenter="vm.annotationHovered = true"
ng-mouseleave="vm.annotationHovered = false" ng-mouseleave="vm.annotationHovered = false"
......
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