mirror of
https://github.com/atom/atom.git
synced 2026-02-09 22:24:59 -05:00
Builder.subview wires an outlet directly, rather than assigning an outlet property.
This commit is contained in:
@@ -45,7 +45,7 @@ class Builder
|
||||
subviewId = _.uniqueId('subview')
|
||||
@tag 'div', id: subviewId
|
||||
@postProcessingFns.push (view) ->
|
||||
subview.attr('outlet', outletName)
|
||||
view[outletName] = subview
|
||||
view.find("div##{subviewId}").replaceWith(subview)
|
||||
|
||||
elementIsVoid: (name) ->
|
||||
|
||||
Reference in New Issue
Block a user