From fcabc77614ccbebecec789dd843e4609b1647d6f Mon Sep 17 00:00:00 2001 From: Chris Oyler Date: Mon, 1 Feb 2016 10:46:39 -0800 Subject: [PATCH] blocks foundation from included old reveal, effectively overwriting the new one. leaving the code in until it is merged. --- js/foundation.reveal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/foundation.reveal.js b/js/foundation.reveal.js index 58bc374cd..c0dd2f46a 100644 --- a/js/foundation.reveal.js +++ b/js/foundation.reveal.js @@ -501,7 +501,7 @@ Foundation.unregisterPlugin(this); }; - Foundation.plugin(Reveal, 'Reveal'); + // Foundation.plugin(Reveal, 'Reveal'); // Exports for AMD/Browserify if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') -- 2.47.3