mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
Add deactivate to TreeView
This commit is contained in:
@@ -19,6 +19,9 @@ class TreeView extends View
|
||||
@instance = new TreeView(rootView)
|
||||
@instance.attach()
|
||||
|
||||
@deactivate: () ->
|
||||
@instance.deactivate()
|
||||
|
||||
@serialize: ->
|
||||
@instance.serialize()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user