]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove debugger; statement from Reveal JS
authorGeoff Kimball <geoff@zurb.com>
Thu, 18 Feb 2016 17:05:55 +0000 (09:05 -0800)
committerGeoff Kimball <geoff@zurb.com>
Thu, 18 Feb 2016 17:06:25 +0000 (09:06 -0800)
js/foundation.reveal.js

index 924c7763da5cd3fd606467b468e3d6f15739815a..1443a48c96ed8defb6b39c1d999e775d13028efc 100644 (file)
@@ -369,8 +369,6 @@ class Reveal {
         finishUp();
       }
 
-      debugger;
-
       this.$element.hide(this.options.hideDelay);
     }