Skip to content

Commit

Permalink
Fix jsdoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Aug 29, 2018
1 parent b4d6e70 commit e69c8b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/legacy/legacy-data-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ export const LegacyDataMixin = dedupingMixin(superClass => {
* @constructor
* @extends {superClass}
* @unrestricted
* @private */
* @private
*/
class LegacyDataMixin extends superClass {
/**
* Overrides `Polymer.PropertyEffects` to add `undefined` argument
Expand Down

0 comments on commit e69c8b3

Please sign in to comment.