From c43d88d3106e55d9e16ba596452ef9fdd13d1f88 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sun, 11 Mar 2018 00:28:47 +0100 Subject: [PATCH] docs: remove the deprecated positionClass of dropdown --- js/foundation.dropdown.js | 8 -------- 1 file changed, 8 deletions(-) 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 -- 2.47.2