Add note to scroll-view.coffee

This commit is contained in:
Matt Colyer
2013-08-26 15:33:12 -07:00
parent a5e563c04c
commit 9521358c55

View File

@@ -4,6 +4,10 @@
#
# This `View` subclass listens to events such as `page-up`, `page-down`,
# `move-to-top`, and `move-to-bottom`.
#
# FIXME: I don't actually understand if this is useful or not. I think it is
# a base of package widgets but I don't really understand how the core events
# work.
module.exports =
class ScrollView extends View