Skip to content

Commit

Permalink
fix jsdoc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Kunka committed Dec 8, 2016
1 parent 85eba40 commit 3b03e7d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion demos/mixitup.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions dist/mixitup.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -7812,8 +7812,7 @@
* @instance
* @since 2.0.0
* @param {(string|HTMLElement|Array.<HTMLElement>|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]
Expand Down
2 changes: 1 addition & 1 deletion dist/mixitup.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions docs/mixitup.Mixer.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ or `'none'`. Only targets matching the selector will be shown.

| |Type | Name | Description
|---|--- | --- | ---
|Param |`string, HTMLElement, Array.<HTMLElement>, 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.<HTMLElement>, 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.<mixitup.State>` | A promise resolving with the current state object.
Expand Down
3 changes: 1 addition & 2 deletions src/mixer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2985,8 +2985,7 @@ h.extend(mixitup.Mixer.prototype,
* @instance
* @since 2.0.0
* @param {(string|HTMLElement|Array.<HTMLElement>|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]
Expand Down

0 comments on commit 3b03e7d

Please sign in to comment.