From dadcfc2e7d0d0d4001e8f41a5ac5925bb994a331 Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Wed, 31 Oct 2018 18:26:04 -0700 Subject: [PATCH] Address linting issues. --- lib/legacy/class.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/legacy/class.html b/lib/legacy/class.html index 930015b757..17a21818ef 100644 --- a/lib/legacy/class.html +++ b/lib/legacy/class.html @@ -192,6 +192,7 @@ /** * @param {!PolymerInit} info Polymer info object * @param {function(new:HTMLElement)} Base base class to extend with info object + * @param {Object} behaviors behaviors to copy into the element * @return {function(new:HTMLElement)} Generated class * @suppress {checkTypes} * @private @@ -498,6 +499,8 @@ * * @param {!PolymerInit} info Object containing Polymer metadata and functions * to become class methods. + * @param {function(T):T} mixin Optional mixin to apply to legacy base class + * before extending with Polymer metaprogramming. * @return {function(new:HTMLElement)} Generated class * @memberof Polymer */