From 9521358c55c73e36e7046cdcb2f2bdd2bb458b22 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Mon, 26 Aug 2013 15:33:12 -0700 Subject: [PATCH] Add note to scroll-view.coffee --- src/scroll-view.coffee | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/scroll-view.coffee b/src/scroll-view.coffee index 398dbca25..c41cc07ea 100644 --- a/src/scroll-view.coffee +++ b/src/scroll-view.coffee @@ -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