From: Nicolas Coden Date: Thu, 25 Jan 2018 23:18:07 +0000 (+0100) Subject: doc: fix "type" option type in Interchange X-Git-Tag: v6.6.0~3^2~117^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=494d2847678b90894cfbee55d16ae1f5a67f4e7a;p=thirdparty%2Ffoundation%2Ffoundation-sites.git doc: fix "type" option type in Interchange --- diff --git a/js/foundation.interchange.js b/js/foundation.interchange.js index d29ef32c2..47cfa60bf 100644 --- a/js/foundation.interchange.js +++ b/js/foundation.interchange.js @@ -234,7 +234,7 @@ Interchange.defaults = { * - `background`: replace the `background-image` CSS property. * - `html`: replace the element content. * @option - * @type {?array} + * @type {string} * @default 'auto' */ type: 'auto'