Skip to content

Commit 74a4626

Browse files
committed
Invoke JS compiler rename for properties
1 parent 5e0bee7 commit 74a4626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mixins/properties-mixin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
if (!constructor.hasOwnProperty(JSCompiler_renameProperty('__ownProperties', constructor))) {
9292
let props = null;
9393

94-
if (constructor.hasOwnProperty('properties') && constructor.properties) {
94+
if (constructor.hasOwnProperty(JSCompiler_renameProperty('properties', constructor)) && constructor.properties) {
9595
props = normalizeProperties(constructor.properties);
9696
}
9797

0 commit comments

Comments
 (0)