From 3b03e7dbb6a34ad9d822c134e1f9b7a3093e9021 Mon Sep 17 00:00:00 2001 From: Patrick Kunka Date: Thu, 8 Dec 2016 19:19:35 +0000 Subject: [PATCH] fix jsdoc formatting --- demos/mixitup.min.js | 2 +- dist/mixitup.js | 5 ++--- dist/mixitup.min.js | 2 +- docs/mixitup.Mixer.md | 3 +-- src/mixer.js | 3 +-- 5 files changed, 6 insertions(+), 9 deletions(-) diff --git a/demos/mixitup.min.js b/demos/mixitup.min.js index 9a8ccf2..95e9bd0 100644 --- a/demos/mixitup.min.js +++ b/demos/mixitup.min.js @@ -1,7 +1,7 @@ /**! * MixItUp v3.0.0-beta * A high-performance, dependency-free library for animated filtering, sorting and more - * Build a5cebcf5-4631-4f48-91be-190c3ca4dc21 + * Build f52f3ec0-2620-4eef-b696-36b09c0d3b4a * * @copyright Copyright 2014-2016 KunkaLabs Limited. * @author KunkaLabs Limited. diff --git a/dist/mixitup.js b/dist/mixitup.js index f71ed5c..3f53e9e 100644 --- a/dist/mixitup.js +++ b/dist/mixitup.js @@ -1,7 +1,7 @@ /**! * MixItUp v3.0.0-beta * A high-performance, dependency-free library for animated filtering, sorting and more - * Build a5cebcf5-4631-4f48-91be-190c3ca4dc21 + * Build f52f3ec0-2620-4eef-b696-36b09c0d3b4a * * @copyright Copyright 2014-2016 KunkaLabs Limited. * @author KunkaLabs Limited. @@ -7812,8 +7812,7 @@ * @instance * @since 2.0.0 * @param {(string|HTMLElement|Array.|mixitup.CommandFilter)} selector - * Any valid CSS selector (i.e. `'.category-a'`), or the values `'all'` or `'none'`. The filter function - * also accepts a reference to single target element or a collection of target elements to show. + * Any valid CSS selector (i.e. `'.category-a'`), or the values `'all'` or `'none'`. The filter function also accepts a reference to single target element or a collection of target elements to show. * @param {boolean} [animate=true] * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. * @param {function} [callback=null] diff --git a/dist/mixitup.min.js b/dist/mixitup.min.js index 9a8ccf2..95e9bd0 100644 --- a/dist/mixitup.min.js +++ b/dist/mixitup.min.js @@ -1,7 +1,7 @@ /**! * MixItUp v3.0.0-beta * A high-performance, dependency-free library for animated filtering, sorting and more - * Build a5cebcf5-4631-4f48-91be-190c3ca4dc21 + * Build f52f3ec0-2620-4eef-b696-36b09c0d3b4a * * @copyright Copyright 2014-2016 KunkaLabs Limited. * @author KunkaLabs Limited. diff --git a/docs/mixitup.Mixer.md b/docs/mixitup.Mixer.md index 932e943..9b13b17 100644 --- a/docs/mixitup.Mixer.md +++ b/docs/mixitup.Mixer.md @@ -117,8 +117,7 @@ or `'none'`. Only targets matching the selector will be shown. | |Type | Name | Description |---|--- | --- | --- -|Param |`string, HTMLElement, Array., mixitup.CommandFilter` | `selector` | Any valid CSS selector (i.e. `'.category-a'`), or the values `'all'` or `'none'`. The filter function - also accepts a reference to single target element or a collection of target elements to show. +|Param |`string, HTMLElement, Array., mixitup.CommandFilter` | `selector` | Any valid CSS selector (i.e. `'.category-a'`), or the values `'all'` or `'none'`. The filter function also accepts a reference to single target element or a collection of target elements to show. |Param |`boolean` | `[animate]` | An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. |Param |`function` | `[callback]` | An optional callback function to be invoked after the operation has completed. |Returns |`Promise.` | A promise resolving with the current state object. diff --git a/src/mixer.js b/src/mixer.js index 5b59e24..7528ca7 100644 --- a/src/mixer.js +++ b/src/mixer.js @@ -2985,8 +2985,7 @@ h.extend(mixitup.Mixer.prototype, * @instance * @since 2.0.0 * @param {(string|HTMLElement|Array.|mixitup.CommandFilter)} selector - * Any valid CSS selector (i.e. `'.category-a'`), or the values `'all'` or `'none'`. The filter function - * also accepts a reference to single target element or a collection of target elements to show. + * Any valid CSS selector (i.e. `'.category-a'`), or the values `'all'` or `'none'`. The filter function also accepts a reference to single target element or a collection of target elements to show. * @param {boolean} [animate=true] * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. * @param {function} [callback=null]