Skip to content

Commit

Permalink
Address linting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Nov 1, 2018
1 parent 0190e33 commit dadcfc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/legacy/class.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit dadcfc2

Please sign in to comment.