diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-03-08 19:31:36 -0500 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-03-08 19:31:36 -0500 |
commit | b855142f6568e4ebdc8e1cecff9022fe9cfa6d26 (patch) | |
tree | 394b7d60f3e570c5aa8f0ee93fbab774bfc617f7 /js | |
parent | 4faaccdf8dafd35acfe6e611f10e5f2bec1cc77d (diff) | |
download | fosdem-2018-presentation-b855142f6568e4ebdc8e1cecff9022fe9cfa6d26.tar fosdem-2018-presentation-b855142f6568e4ebdc8e1cecff9022fe9cfa6d26.tar.gz |
remove extra whitespace
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/reveal.js b/js/reveal.js index 9ca8a41..8c4165d 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -609,7 +609,7 @@ var Reveal = (function(){ * "data-fragment-index" attribute. * * Fragments will be revealed in the order that they are returned by - * this function, so you can use the index attributes to control the + * this function, so you can use the index attributes to control the * order of fragment appearance. * * To maintain a sensible default fragment order, fragments are presumed @@ -1712,7 +1712,7 @@ var Reveal = (function(){ } /** - * Handler for the 'touchstart' event, enables support for + * Handler for the 'touchstart' event, enables support for * swipe and pinch gestures. */ function onTouchStart( event ) { |