Skip to content

Commit

Permalink
Doc fix (correct callback name)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Evans committed Mar 31, 2017
1 parent 8c1a576 commit 57d22f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils/templatize.html
Expand Up @@ -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
Expand Down

0 comments on commit 57d22f4

Please sign in to comment.