mirror of
https://github.com/atom/atom.git
synced 2026-02-05 04:05:05 -05:00
[Gutter] Add ::getDomNode method to all 'components'
This commit is contained in:
@@ -12,6 +12,9 @@ class ScrollbarComponent
|
||||
|
||||
@domNode.addEventListener 'scroll', @onScrollCallback
|
||||
|
||||
getDomNode: ->
|
||||
@domNode
|
||||
|
||||
updateSync: (state) ->
|
||||
@oldState ?= {}
|
||||
switch @orientation
|
||||
|
||||
Reference in New Issue
Block a user