mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove unneeded rootView ivar
This commit is contained in:
@@ -13,7 +13,7 @@ class PreviewList extends ScrollView
|
||||
|
||||
operations: null
|
||||
|
||||
initialize: (@rootView) ->
|
||||
initialize: ->
|
||||
super
|
||||
|
||||
@on 'core:move-down', => @selectNextOperation(); false
|
||||
|
||||
Reference in New Issue
Block a user