Skip to content

Commit

Permalink
Invoke JS compiler rename for properties
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe committed Jan 30, 2018
1 parent 5e0bee7 commit 74a4626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mixins/properties-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
if (!constructor.hasOwnProperty(JSCompiler_renameProperty('__ownProperties', constructor))) {
let props = null;

if (constructor.hasOwnProperty('properties') && constructor.properties) {
if (constructor.hasOwnProperty(JSCompiler_renameProperty('properties', constructor)) && constructor.properties) {
props = normalizeProperties(constructor.properties);
}

Expand Down

0 comments on commit 74a4626

Please sign in to comment.