Skip to content

Commit e4e9e2f

Browse files
committed
Annotate __dataEnabled in a way analyzer understands
1 parent fc190dd commit e4e9e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mixins/properties-changed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export const PropertiesChanged = dedupingMixin(
161161

162162
constructor() {
163163
super();
164-
/** @protected {boolean} */
164+
/** @type {boolean} */
165165
this.__dataEnabled = false;
166166
this.__dataReady = false;
167167
this.__dataInvalid = false;

0 commit comments

Comments
 (0)