We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4dbf8 commit d74aa82Copy full SHA for d74aa82
1 file changed
lib/legacy/class.html
@@ -196,7 +196,7 @@
196
// explicitly not calling super._finalizeClass
197
static _finalizeClass() {
198
// if calling via a subclass that hasn't been generated, pass through to super
199
- if (!this.hasOwnProperty('generatedFrom')) {
+ if (!this.hasOwnProperty(window.JSCompiler_renameProperty('generatedFrom', this))) {
200
super._finalizeClass();
201
} else {
202
// interleave properties and observers per behavior and `info`
0 commit comments