diff options
author | Hakim El Hattab | 2013-09-19 23:32:06 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-09-19 23:32:06 -0400 |
commit | 1cfb4fc242b8ea8688b4b8d05f5a57fcf089c354 (patch) | |
tree | b3120e809a587e92d00f0bd5cd2a7fe24d8238a5 /js/reveal.js | |
parent | 86216ac645d8bb696d090a90d5280dd8f963a44a (diff) |
remove extravagant comment
Diffstat (limited to 'js/reveal.js')
-rw-r--r-- | js/reveal.js | 1 |
1 files changed, 0 insertions, 1 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' ) ); |