Mistype in template: 'use strict;' should be 'use strict'; #43
r-pankevicius
started this conversation in
General
Replies: 2 comments
-
Hello! Yes, you are right. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed in the last release (library's version 0.5.1) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, @RussCoder ,
take a look at line 7 of file:
https://github.com/RussCoder/djvujs/blob/master/library/rollup.config.js
intro: "function DjVuScript() {\n'use strict;'",
should be:
intro: "function DjVuScript() {\n'use strict';",
Beta Was this translation helpful? Give feedback.
All reactions