We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb488c commit 04ddc24Copy full SHA for 04ddc24
lib/mixins/element-mixin.js
@@ -581,8 +581,9 @@ export const ElementMixin = dedupingMixin(base => {
581
* Determines if a property dfeault can be applied. For example, this
582
* prevents a default from being applied when a property that has no
583
* accessor is overridden by its host before upgrade (e.g. via a binding).
584
+ * @override
585
* @param {string} property Name of the property
- * @returns {boolean} Returns true if the property default can be applied.
586
+ * @return {boolean} Returns true if the property default can be applied.
587
*/
588
_canApplyPropertyDefault(property) {
589
return !this.hasOwnProperty(property);
0 commit comments