Commit 1cf60107 authored by Sean Hammond's avatar Sean Hammond

Add a FIXME comment

parent 07af0116
......@@ -667,6 +667,10 @@ function annotation($document, features) {
// Give template access to feature flags.
scope.feature = features.flagEnabled;
// FIXME: Replace this counting code with something more sane, and
// something that doesn't involve so much untested logic in the link
// function (as opposed to unit-tested methods on the AnnotationController,
// for example).
// Keep track of edits going on in the thread.
if (counter !== null) {
// Expand the thread if descendants are editing.
......
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