From 74a4626ade0ef65ee98d42c2c35ea4a236bea68a Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Tue, 30 Jan 2018 11:30:11 +0100 Subject: [PATCH] Invoke JS compiler rename for properties --- lib/mixins/properties-mixin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mixins/properties-mixin.html b/lib/mixins/properties-mixin.html index 287b15d122..782311bb8e 100644 --- a/lib/mixins/properties-mixin.html +++ b/lib/mixins/properties-mixin.html @@ -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); }