From d75afd6108aa8cfe1a471d5a832d84b1e10fc601 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 16 Apr 2016 14:02:21 +0100 Subject: expose getPastSlideCount() via public API This can be used by plugins which are concerned with helping the presenter with their pace. --- js/reveal.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js/reveal.js') diff --git a/js/reveal.js b/js/reveal.js index f19dcfc..9453f97 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -4975,6 +4975,9 @@ getState: getState, setState: setState, + // Presentation progress + getSlidePastCount: getSlidePastCount, + // Presentation progress on range of 0-1 getProgress: getProgress, -- cgit v1.2.3