Call super from ImageView.initialize()

This allows the ScrollView superclass to set up bindings
for scrolling events.
This commit is contained in:
Kevin Sawicki 2013-04-08 15:34:48 -07:00
parent d42db869cd
commit 9949f044cc

View File

@ -9,6 +9,8 @@ class ImageView extends ScrollView
@img outlet: 'image'
initialize: (imageEditSession) ->
super
requireStylesheet 'image-view'
@image.load =>