]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: fix missing closing quote in OffCanvas transitionTime description 11667/head
authorNicolas Coden <nicolas@ncoden.fr>
Mon, 28 Jan 2019 00:53:39 +0000 (01:53 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Mon, 28 Jan 2019 00:53:39 +0000 (01:53 +0100)
js/foundation.offcanvas.js

index 1a4b49f522b74d280cf60a5edc007405b45ac0c8..54d5d892ea3246dbd9fbfad777af78b1c8291092 100644 (file)
@@ -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