From 083918a8b58106691474c4e52a1ea05014683ec3 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Thu, 18 Feb 2016 09:05:55 -0800 Subject: [PATCH] Remove debugger; statement from Reveal JS --- js/foundation.reveal.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/foundation.reveal.js b/js/foundation.reveal.js index 924c7763d..1443a48c9 100644 --- a/js/foundation.reveal.js +++ b/js/foundation.reveal.js @@ -369,8 +369,6 @@ class Reveal { finishUp(); } - debugger; - this.$element.hide(this.options.hideDelay); } -- 2.47.2