mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Use skinny arrow for rootView.eachEditor callback
This commit is contained in:
@@ -5,7 +5,7 @@ _ = require 'underscore'
|
||||
module.exports =
|
||||
class WrapGuideView extends View
|
||||
@activate: ->
|
||||
rootView.eachEditor (editor) =>
|
||||
rootView.eachEditor (editor) ->
|
||||
editor.underlayer.append(new WrapGuideView(editor)) if editor.attached
|
||||
|
||||
@content: ->
|
||||
|
||||
Reference in New Issue
Block a user