Fixed #428. Fix the orphan comma in script for reveal.js 3.x

This commit is contained in:
Yujie Wen 2020-07-04 07:13:53 +08:00
parent 18e57df3ba
commit 6a00388d85
1 changed files with 1 additions and 1 deletions

View File

@ -685,7 +685,7 @@ custom variable `org-reveal-root'."
(local-reveal-js (org-reveal--choose-path local-root-path version "dist/reveal.js" "js/reveal.js"))
(reveal-4-plugin (if (eq 4 (org-reveal--get-reveal-js-version info))
(org-reveal-plugin-scripts-4 info)
(cons "" "")))
(cons nil nil)))
(in-single-file (plist-get info :reveal-single-file)))
(concat
;; reveal.js/js/reveal.js