Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Jul 26, 2019
1 parent cd6d5d0 commit 1125663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mixins/element-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ export const ElementMixin = dedupingMixin(base => {
}

/**
* @param {string} property
* @param {string} property Name of the property
* @returns {boolean} Returns true if the property default can be applied.
*/
// A property default can be overridden when a `properties` property with
Expand Down
2 changes: 1 addition & 1 deletion lib/mixins/properties-changed.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export const PropertiesChanged = dedupingMixin(
/* eslint-enable */

/**
* @param {string} property
* @param {string} property Name of the property
* @return {boolean} Returns true if the property is pending.
*/
_isPropertyPending(property) {
Expand Down

0 comments on commit 1125663

Please sign in to comment.