]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: remove the unused data-btm-offset-pct in reveal 11030/head
authorDaniel Ruf <daniel@daniel-ruf.de>
Fri, 9 Mar 2018 19:49:34 +0000 (20:49 +0100)
committerDaniel Ruf <daniel@daniel-ruf.de>
Fri, 9 Mar 2018 19:49:34 +0000 (20:49 +0100)
js/foundation.reveal.js

index e02ace43e1ca30afb038002d02be1c60fd5b41c6..c3a46427409255f00f8b25c01017f7b8c92b717d 100644 (file)
@@ -520,13 +520,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