Skip to content

Commit

Permalink
Call _notifyPath instead of notifyPath in templatizer
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste committed Feb 25, 2016
1 parent 40a1f79 commit 067b7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/template/templatizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
// Call extension point for Templatizer sub-classes
dataHost._forwardInstancePath.call(dataHost, this, path, value);
if (root in dataHost._parentProps) {
dataHost._templatized.notifyPath(dataHost._parentPropPrefix + path, value);
dataHost._templatized._notifyPath(dataHost._parentPropPrefix + path, value);
}
},

Expand Down

0 comments on commit 067b7ed

Please sign in to comment.