mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Assign invisiblesMap directly from param
This commit is contained in:
@@ -234,7 +234,7 @@ class RootView extends View
|
||||
|
||||
getFontSize: -> @fontSize
|
||||
|
||||
setInvisiblesMap: (newMap) -> @invisiblesMap = newMap
|
||||
setInvisiblesMap: (@invisiblesMap) ->
|
||||
getInvisiblesMap: -> @invisiblesMap
|
||||
|
||||
loadUserConfiguration: ->
|
||||
|
||||
Reference in New Issue
Block a user