Skip to content

Commit

Permalink
Document properties for eslint.
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Nov 19, 2018
1 parent bbf24c0 commit 3a4db3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/mixins/disable-upgrade-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ export const DisableUpgradeMixin = dedupingMixin((base) => {

/**
* @override
* @param {string} name
* @param {?string} old
* @param {?string} value
* @param {?string=} namespace
* @param {string} name Attribute name.
* @param {?string} old The previous value for the attribute.
* @param {?string} value The new value for the attribute.
* @param {?string=} namespace The XML namespace for the attribute.
* @return {undefined}
*/
attributeChangedCallback(name, old, value, namespace) {
Expand Down

0 comments on commit 3a4db3b

Please sign in to comment.