Use skinny arrow for rootView.eachEditor callback

This commit is contained in:
Kevin Sawicki
2013-02-12 20:59:20 -08:00
parent 2268402b48
commit 67feebc64b

View File

@@ -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: ->