File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ export const ElementMixin = dedupingMixin(base => {
578
578
}
579
579
580
580
/**
581
- * @param {string } property
581
+ * @param {string } property Name of the property
582
582
* @returns {boolean } Returns true if the property default can be applied.
583
583
*/
584
584
// A property default can be overridden when a `properties` property with
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ export const PropertiesChanged = dedupingMixin(
298
298
/* eslint-enable */
299
299
300
300
/**
301
- * @param {string } property
301
+ * @param {string } property Name of the property
302
302
* @return {boolean } Returns true if the property is pending.
303
303
*/
304
304
_isPropertyPending ( property ) {
You can’t perform that action at this time.
0 commit comments