diff options
author | Hakim El Hattab | 2012-11-22 09:10:34 -0500 |
---|---|---|
committer | Hakim El Hattab | 2012-11-22 09:10:34 -0500 |
commit | 34b36753f554ff948944f9fc4d375c351d7d940b (patch) | |
tree | 8b684c3ab5d8604c9256e3f83aaa20e15a4a945a /README.md | |
parent | 9d0cb0fec7cef699e1a907958eebb80f3b569a77 (diff) | |
parent | 6ffa60f5d2e19b9e93fed34672ac860c4206e3c4 (diff) |
slide method now accepts fragment index argument #228
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ The Reveal class provides a minimal JavaScript API for controlling navigation an ```javascript // Navigation -Reveal.slide( indexh, indexv ); +Reveal.slide( indexh, indexv, indexf ); Reveal.left(); Reveal.right(); Reveal.up(); |