Commit ba9ab98f by Edgar Hipp

Merge pull request #8 from ssured/patch-1

use the root parser if defined
parents 14b9fd33 354218b7
......@@ -21,7 +21,9 @@ module.exports= class DocxQrCode
@qr.callback= () ->
_this.ready= true
_this.result= @result
testdoc= new _this.xmlTemplater.currentClass @result,{Tags:_this.xmlTemplater.Tags}
testdoc= new _this.xmlTemplater.currentClass @result,
Tags:_this.xmlTemplater.Tags
parser:_this.xmlTemplater.parser
testdoc.render()
_this.result=testdoc.content
_this.searchImage()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment