Commit ed8256a2 authored by Jacob Schatz's avatar Jacob Schatz

Adds comment about event listener

parent 55e031a0
......@@ -64,6 +64,7 @@ class @Notes
# fetch notes when tab becomes visible
$(document).on "visibilitychange", @visibilityChange
# when issue status changes, we need to refresh data
$(document).on "issuable:change", @refresh
cleanBinding: ->
......
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