Skip to content

Commit

Permalink
[ci skip] Fix API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Apr 18, 2017
1 parent 3459ce3 commit 5a4427b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mixins/property-effects.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
* on an instance.
*
* @param {Object} inst The instance with effects to run
* @param {Object} effects Array of effects to run for this property
* @param {Object} effects Object map of property-to-Array of effects
* @param {Object} props Bag of current property changes
* @param {Object=} oldProps Bag of previous values for changed properties
* @param {boolean=} hasPaths True with `props` contains one or more paths
Expand All @@ -113,7 +113,7 @@
* Runs a list of effects for a given property.
*
* @param {Object} inst The instance with effects to run
* @param {Object} effects Array of effects
* @param {Object} effects Object map of property-to-Array of effects
* @param {number} dedupeId Counter used for de-duping effects
* @param {string} prop Name of changed property
* @param {*} props Changed properties
Expand Down

0 comments on commit 5a4427b

Please sign in to comment.