diff options
author | Martin Jurča <martin.jurca@firma.seznam.cz> | 2018-02-20 16:08:29 +0100 |
---|---|---|
committer | Martin Jurča <martin.jurca@firma.seznam.cz> | 2018-02-20 16:08:29 +0100 |
commit | 250580fc4c97f83185e46f9d0e22286d0a01d3af (patch) | |
tree | 42bcfd0b11fc24e49e5bc3312cd0d2dfd00e2073 /js | |
parent | 6a2c5b4de833c73f656945253e7b72e31870c88a (diff) | |
download | perl-software-in-gnu-guix-250580fc4c97f83185e46f9d0e22286d0a01d3af.tar perl-software-in-gnu-guix-250580fc4c97f83185e46f9d0e22286d0a01d3af.tar.gz |
added missing documentation
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js index 9a1422f..12d67bf 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -5269,6 +5269,8 @@ // Returns an Array of all slides getSlides: getSlides, + // Returns an Array of objects representing the attributes on + // the slides getSlidesMetaInfo: getSlidesMetaInfo, // Returns the total number of slides |