We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc5b92 commit 23c218aCopy full SHA for 23c218a
src/builder.coffee
@@ -28,6 +28,9 @@ class exports.Builder
28
@options[key] = value for own key, value of opts
29
30
buildObject: (rootObj) ->
31
+ @build(rootObj).end(@options.renderOpts)
32
+
33
+ build: (rootObj) ->
34
attrkey = @options.attrkey
35
charkey = @options.charkey
36
@@ -99,4 +102,4 @@ class exports.Builder
99
102
headless: @options.headless
100
103
allowSurrogateChars: @options.allowSurrogateChars)
101
104
- render(rootElement, rootObj).end(@options.renderOpts)
105
+ render(rootElement, rootObj)
0 commit comments