From f7083c6c0e949e960a7dc2683ced64900729a136 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 16 Jun 2018 09:27:55 +0200 Subject: [PATCH] Use pull request #11030 from DanielRuf/docs/reveal-remove-unused-data-btm-offset-pct-9727 for v6.5.0 c554481bf docs: remove the unused data-btm-offset-pct in reveal Signed-off-by: Nicolas Coden --- js/foundation.reveal.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/js/foundation.reveal.js b/js/foundation.reveal.js index 154169092..50f4d69ee 100644 --- a/js/foundation.reveal.js +++ b/js/foundation.reveal.js @@ -543,13 +543,6 @@ Reveal.defaults = { * @default false */ fullScreen: false, - /** - * Percentage of screen height the modal should push up from the bottom of the view. - * @option - * @type {number} - * @default 10 - */ - btmOffsetPct: 10, /** * Allows the modal to generate an overlay div, which will cover the view when modal opens. * @option -- 2.47.2