Skip to content

Commit

Permalink
Fix old global namespace type annotation for TemplateInstanceBase
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed May 30, 2019
1 parent 54b1d78 commit fc190dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elements/dom-repeat.js
Expand Up @@ -297,7 +297,7 @@ export class DomRepeat extends domRepeatBase {
this.__sortFn = null;
this.__filterFn = null;
this.__observePaths = null;
/** @type {?function(new:Polymer.TemplateInstanceBase, *)} */
/** @type {?function(new:TemplateInstanceBase, *)} */
this.__ctor = null;
this.__isDetached = true;
this.template = null;
Expand Down

0 comments on commit fc190dd

Please sign in to comment.