From: Nicolas Coden Date: Mon, 28 Jan 2019 00:53:39 +0000 (+0100) Subject: docs: fix missing closing quote in OffCanvas transitionTime description X-Git-Tag: v6.6.0~3^2~37^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11667%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: fix missing closing quote in OffCanvas transitionTime description --- diff --git a/js/foundation.offcanvas.js b/js/foundation.offcanvas.js index 1a4b49f52..54d5d892e 100644 --- a/js/foundation.offcanvas.js +++ b/js/foundation.offcanvas.js @@ -550,7 +550,7 @@ OffCanvas.defaults = { contentScroll: true, /** - * Amount of time the open and close transition requires, including the appropriate milliseconds (`ms`) or seconds (`s) unit (e.g. `500ms`, `.75s`) If none selected, pulls from body style. + * Amount of time the open and close transition requires, including the appropriate milliseconds (`ms`) or seconds (`s`) unit (e.g. `500ms`, `.75s`) If none selected, pulls from body style. * @option * @type {string} * @default null