Skip to content

Commit 04ddc24

Browse files
author
Steven Orvell
committed
More closure fixes.
1 parent 2bb488c commit 04ddc24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/mixins/element-mixin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,9 @@ export const ElementMixin = dedupingMixin(base => {
581581
* Determines if a property dfeault can be applied. For example, this
582582
* prevents a default from being applied when a property that has no
583583
* accessor is overridden by its host before upgrade (e.g. via a binding).
584+
* @override
584585
* @param {string} property Name of the property
585-
* @returns {boolean} Returns true if the property default can be applied.
586+
* @return {boolean} Returns true if the property default can be applied.
586587
*/
587588
_canApplyPropertyDefault(property) {
588589
return !this.hasOwnProperty(property);

0 commit comments

Comments
 (0)