Skip to content

Commit

Permalink
Revert unnecessary change.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jan 21, 2017
1 parent 26c669c commit dcde6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/template/templatizer.html
Expand Up @@ -284,7 +284,7 @@
_createHostPropEffector: function(prop) {
var prefix = this._parentPropPrefix;
return function(source, value) {
this.dataHost._templatized.__setProperty(prefix + prop, value);
this.dataHost._templatized[prefix + prop] = value;
};
},

Expand Down

0 comments on commit dcde6d4

Please sign in to comment.