We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0bee7 commit 74a4626Copy full SHA for 74a4626
lib/mixins/properties-mixin.html
@@ -91,7 +91,7 @@
91
if (!constructor.hasOwnProperty(JSCompiler_renameProperty('__ownProperties', constructor))) {
92
let props = null;
93
94
- if (constructor.hasOwnProperty('properties') && constructor.properties) {
+ if (constructor.hasOwnProperty(JSCompiler_renameProperty('properties', constructor)) && constructor.properties) {
95
props = normalizeProperties(constructor.properties);
96
}
97
0 commit comments