Skip to content

Commit

Permalink
Update templatize.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Evans authored Mar 31, 2017
1 parent 57d22f4 commit 2abfe09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/templatize.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
* - `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 `notifyInstanceProp` to be called.
* will result in `notifyInstanceProp` being called.
* - `mutableData`: When `true`, the generated class will skip strict
* dirty-checking for objects and arrays (always consider them to be
* "dirty").
Expand Down

0 comments on commit 2abfe09

Please sign in to comment.