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 0bf03d3 commit 50ba80b
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.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@
* @constructor
* @extends {Polymer.Element}
* @implements {Polymer_ArraySelectorMixin}
* @private
*/
let baseArraySelector = ArraySelectorMixin(Polymer.Element);

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

Expand Down

0 comments on commit 50ba80b

Please sign in to comment.