]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11030 from DanielRuf/docs/reveal-remove-unused-data-btm-offset...
authorDaniel Ruf <daniel@daniel-ruf.de>
Sat, 16 Jun 2018 07:27:55 +0000 (09:27 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 07:27:55 +0000 (09:27 +0200)
c554481bf docs: remove the unused data-btm-offset-pct in reveal

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
js/foundation.reveal.js

index 15416909209f689bfe5c6fea5ed559e6844ffc7c..50f4d69eee724c9d87f76a9ab2a69a06e7c7800e 100644 (file)
@@ -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