-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5402802
commit 0122626
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule reveal.js
updated
24 files
+1 −1 | LICENSE | |
+1 −1 | README.md | |
+7 −2 | css/reveal.scss | |
+2 −2 | dist/reveal.css | |
+2 −2 | dist/reveal.esm.js | |
+1 −1 | dist/reveal.esm.js.map | |
+2 −2 | dist/reveal.js | |
+1 −1 | dist/reveal.js.map | |
+1 −1 | gulpfile.js | |
+31 −4 | js/controllers/jumptoslide.js | |
+2 −0 | js/controllers/printview.js | |
+34 −16 | js/controllers/scrollview.js | |
+6 −4 | js/controllers/slidecontent.js | |
+12 −5 | js/controllers/slidenumber.js | |
+54 −13 | js/reveal.js | |
+7 −1 | js/utils/constants.js | |
+2 −2 | package-lock.json | |
+1 −1 | package.json | |
+1 −1 | plugin/highlight/highlight.esm.js | |
+1 −1 | plugin/highlight/highlight.js | |
+1 −1 | plugin/highlight/plugin.js | |
+1 −1 | plugin/search/plugin.js | |
+1 −1 | plugin/search/search.esm.js | |
+1 −1 | plugin/search/search.js |