mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Proxy raw from template to builder.
This commit is contained in:
@@ -39,6 +39,9 @@ class Template
|
||||
subview: (args...) ->
|
||||
@builder.subview.apply(@builder, args)
|
||||
|
||||
raw: (text) ->
|
||||
@builder.raw(text)
|
||||
|
||||
bindEvents: (view) ->
|
||||
for eventName in this.constructor.events
|
||||
selector = "[#{eventName}]"
|
||||
|
||||
Reference in New Issue
Block a user