From: Daniel Ruf Date: Sat, 10 Mar 2018 23:28:47 +0000 (+0100) Subject: docs: remove the deprecated positionClass of dropdown X-Git-Tag: v6.6.0~26^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11038%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: remove the deprecated positionClass of dropdown --- diff --git a/js/foundation.dropdown.js b/js/foundation.dropdown.js index 47e52ac0b..7266d695f 100644 --- a/js/foundation.dropdown.js +++ b/js/foundation.dropdown.js @@ -347,14 +347,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