Skip to content

Commit

Permalink
remove bogus semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Oct 9, 2017
1 parent 2ef65aa commit 7d044b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mixins/dir-mixin.html
Expand Up @@ -90,7 +90,7 @@
*/
constructor() {
super();
/** @type {boolean} */;
/** @type {boolean} */
this.__origRTLStatus = false;
}

Expand Down

0 comments on commit 7d044b4

Please sign in to comment.