Skip to content

Commit

Permalink
Annotate another two ephemeral classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Jul 24, 2018
1 parent 8728287 commit c96b450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/elements/array-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ export { ArraySelectorMixin };
* @constructor
* @extends {PolymerElement}
* @implements {Polymer_ArraySelectorMixin}
* @private
*/
let baseArraySelector = ArraySelectorMixin(PolymerElement);

Expand Down
1 change: 1 addition & 0 deletions lib/utils/templatize.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ function upgradeTemplate(template, constructor) {
* Base class for TemplateInstance.
* @constructor
* @implements {Polymer_PropertyEffects}
* @private
*/
const base = PropertyEffects(class {});

Expand Down

0 comments on commit c96b450

Please sign in to comment.