mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove Pane::getViewClass as we now use a view provider
This commit is contained in:
@@ -53,9 +53,6 @@ class Pane extends Model
|
||||
params.activeItem = find params.items, (item) -> item.getUri?() is activeItemUri
|
||||
params
|
||||
|
||||
# Called by the view layer to construct a view for this model.
|
||||
getViewClass: -> PaneView ?= require './pane-view'
|
||||
|
||||
getView: (object) ->
|
||||
@container.getView(object)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user