From 57d22f4c038a2b5d2604ae4208bf754cc0a54cca Mon Sep 17 00:00:00 2001 From: Arthur Evans Date: Fri, 31 Mar 2017 11:32:40 -0700 Subject: [PATCH] Doc fix (correct callback name) --- lib/utils/templatize.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils/templatize.html b/lib/utils/templatize.html index ad1008aee3..69f15183d9 100644 --- a/lib/utils/templatize.html +++ b/lib/utils/templatize.html @@ -353,11 +353,11 @@ * - `instanceProps`: Dictionary of property names that will be added * to the instance by the templatize owner. These properties shadow any * host properties, and changes within the template to these properties - * will result in `notifyInstanceProperties` to be called. + * will result in `notifyInstanceProp` to be called. * - `mutableData`: When `true`, the generated class will skip strict * dirty-checking for objects and arrays (always consider them to be * "dirty"). - * - `notifyInstanceProperties(instance, property, value)`: Called when + * - `notifyInstanceProp(instance, property, value)`: Called when * an instance property changes. Users may choose to call `notifyPath` * on e.g. the owner to notify the change. * - `parentModel`: When `true`, events handled by declarative event listeners