diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-09-19 23:32:06 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-09-19 23:32:06 -0400 |
commit | 1cfb4fc242b8ea8688b4b8d05f5a57fcf089c354 (patch) | |
tree | b3120e809a587e92d00f0bd5cd2a7fe24d8238a5 /js | |
parent | 86216ac645d8bb696d090a90d5280dd8f963a44a (diff) | |
download | perl-software-in-gnu-guix-1cfb4fc242b8ea8688b4b8d05f5a57fcf089c354.tar perl-software-in-gnu-guix-1cfb4fc242b8ea8688b4b8d05f5a57fcf089c354.tar.gz |
remove extravagant comment
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 1 | ||||
-rw-r--r-- | js/reveal.min.js | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/js/reveal.js b/js/reveal.js index 60a02e8..d3d6b23 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -1500,7 +1500,6 @@ var Reveal = (function(){ // Store references to the previous and current slides currentSlide = currentVerticalSlides[ indexv ] || currentHorizontalSlide; - //////////////////////////////////// // Show fragment, if specified if( typeof f !== 'undefined' ) { var fragments = sortFragments( currentSlide.querySelectorAll( '.fragment' ) ); diff --git a/js/reveal.min.js b/js/reveal.min.js index f655b16..73446a3 100644 --- a/js/reveal.min.js +++ b/js/reveal.min.js @@ -1,5 +1,5 @@ /*! - * reveal.js 2.6.0-dev (2013-09-15, 17:38) + * reveal.js 2.6.0-dev (2013-09-19, 23:31) * http://lab.hakim.se/reveal-js * MIT licensed * |