Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
docxtemplater-image-module
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
npm
docxtemplater-image-module
Commits
ba9ab98f
Commit
ba9ab98f
authored
Apr 08, 2015
by
Edgar Hipp
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8 from ssured/patch-1
use the root parser if defined
parents
14b9fd33
354218b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
coffee/docxQrCode.coffee
+3
-1
No files found.
coffee/docxQrCode.coffee
View file @
ba9ab98f
...
@@ -21,7 +21,9 @@ module.exports= class DocxQrCode
...
@@ -21,7 +21,9 @@ module.exports= class DocxQrCode
@
qr
.
callback
=
()
->
@
qr
.
callback
=
()
->
_this
.
ready
=
true
_this
.
ready
=
true
_this
.
result
=
@
result
_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
()
testdoc
.
render
()
_this
.
result
=
testdoc
.
content
_this
.
result
=
testdoc
.
content
_this
.
searchImage
()
_this
.
searchImage
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment