Annotate another two ephemeral classes.

This commit is contained in:
Alexander Marks
2018-07-23 17:09:05 -07:00
parent 0bf03d3cc3
commit 50ba80b864
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -348,6 +348,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
* @constructor
* @extends {Polymer.Element}
* @implements {Polymer_ArraySelectorMixin}
* @private
*/
let baseArraySelector = ArraySelectorMixin(Polymer.Element);
+1
View File
@@ -63,6 +63,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
* Base class for TemplateInstance.
* @constructor
* @implements {Polymer_PropertyEffects}
* @private
*/
const base = Polymer.PropertyEffects(class {});