From 5a4427bfb4cd57d1a79600890fbc5569ef66c136 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Mon, 17 Apr 2017 17:53:33 -0700 Subject: [PATCH] [ci skip] Fix API docs --- lib/mixins/property-effects.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mixins/property-effects.html b/lib/mixins/property-effects.html index aefcd5f3fd..7241725d1f 100644 --- a/lib/mixins/property-effects.html +++ b/lib/mixins/property-effects.html @@ -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 @@ -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