Remove unneeded rootView ivar

This commit is contained in:
Kevin Sawicki
2013-02-13 22:33:56 -08:00
parent cc10ae4bdb
commit 528050adbb

View File

@@ -13,7 +13,7 @@ class PreviewList extends ScrollView
operations: null
initialize: (@rootView) ->
initialize: ->
super
@on 'core:move-down', => @selectNextOperation(); false