]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11038 from DanielRuf/docs/dropdown-remove-deprecated-positionClass...
authorDaniel Ruf <daniel@daniel-ruf.de>
Sat, 16 Jun 2018 07:27:56 +0000 (09:27 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 07:27:56 +0000 (09:27 +0200)
c43d88d31 docs: remove the deprecated positionClass of dropdown

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

index 60fd1ca771efd1bd6e1d28600bfe4515ab54909f..cf510e78560950520393a1e980940e9a4e5629dc 100644 (file)
@@ -355,14 +355,6 @@ Dropdown.defaults = {
    * @default 0
    */
   hOffset: 0,
-  /**
-   * DEPRECATED: Class applied to adjust open position.
-   * @option
-   * @type {string}
-   * @default ''
-   */
-  positionClass: '',
-
   /**
    * Position of dropdown. Can be left, right, bottom, top, or auto.
    * @option