Skip to content

Commit

Permalink
Merge pull request #5334 from Polymer/mixinBehaviors-return-type
Browse files Browse the repository at this point in the history
The return type of mixinBehaviors is unknown
  • Loading branch information
kevinpschaaf authored Aug 21, 2018
2 parents e00e270 + 3ff2ff6 commit c9b539f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/legacy/class.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let metaProps = {
* @template T
* @param {!Object|!Array<!Object>} behaviors Behavior object or array of behaviors.
* @param {function(new:T)} klass Element class.
* @return {function(new:T)} Returns a new Element class extended by the
* @return {?} Returns a new Element class extended by the
* passed in `behaviors` and also by `LegacyElementMixin`.
* @suppress {invalidCasts, checkTypes}
*/
Expand Down

0 comments on commit c9b539f

Please sign in to comment.