Skip to content

Commit

Permalink
Annotate __dataEnabled in a way analyzer understands
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed May 30, 2019
1 parent fc190dd commit e4e9e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mixins/properties-changed.js
Expand Up @@ -161,7 +161,7 @@ export const PropertiesChanged = dedupingMixin(

constructor() {
super();
/** @protected {boolean} */
/** @type {boolean} */
this.__dataEnabled = false;
this.__dataReady = false;
this.__dataInvalid = false;
Expand Down

0 comments on commit e4e9e2f

Please sign in to comment.