mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Export $$$ function, which returns HTML as a string
This commit is contained in:
1
vendor/space-pen.coffee
vendored
1
vendor/space-pen.coffee
vendored
@@ -185,4 +185,5 @@ for methodName in ['prependTo', 'appendTo', 'insertAfter', 'insertBefore']
|
||||
|
||||
(exports ? this).View = View
|
||||
(exports ? this).$$ = (fn) -> View.render.call(View, fn)
|
||||
(exports ? this).$$$ = (fn) -> View.buildHtml.call(View, fn)[0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user