File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 303303 */
304304 static _finalizeClass ( ) {
305305 super . _finalizeClass ( ) ;
306- if ( this . hasOwnProperty (
307- JSCompiler_renameProperty ( 'is' , this ) ) && this . is ) {
308- Polymer . telemetry . register ( this . prototype ) ;
309- }
310306 const observers = ownObservers ( this ) ;
311307 if ( observers ) {
312308 this . createObservers ( observers , this . _properties ) ;
Original file line number Diff line number Diff line change 116116 * @suppress {missingProperties} Interfaces in closure do not inherit statics, but classes do
117117 */
118118 static get observedAttributes ( ) {
119+ Polymer . telemetry . register ( this . prototype ) ;
119120 const props = this . _properties ;
120121 return props ? Object . keys ( props ) . map ( p => this . attributeNameForProperty ( p ) ) : [ ] ;
121122 }
You can’t perform that action at this time.
0 commit comments