Skip to content

Commit 1125663

Browse files
author
Steven Orvell
committed
lint fixes
1 parent cd6d5d0 commit 1125663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/mixins/element-mixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ export const ElementMixin = dedupingMixin(base => {
578578
}
579579

580580
/**
581-
* @param {string} property
581+
* @param {string} property Name of the property
582582
* @returns {boolean} Returns true if the property default can be applied.
583583
*/
584584
// A property default can be overridden when a `properties` property with

lib/mixins/properties-changed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export const PropertiesChanged = dedupingMixin(
298298
/* eslint-enable */
299299

300300
/**
301-
* @param {string} property
301+
* @param {string} property Name of the property
302302
* @return {boolean} Returns true if the property is pending.
303303
*/
304304
_isPropertyPending(property) {

0 commit comments

Comments
 (0)