Skip to content

Commit

Permalink
Auto fix ESLint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mcking65 committed Nov 22, 2017
1 parent 6191402 commit 5b6f1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/menubar/menubar-2/js/PopupMenuAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ PopupMenuAction.prototype.updateMenuStates = function () {
}
}

// Update the radio buttons for font, in case they were updated using the larger
// Update the radio buttons for font, in case they were updated using the larger
// smaller font menu items

var rbs = this.domNode.querySelectorAll('[rel="font-size"] [role=menuitemradio]');
Expand Down

0 comments on commit 5b6f1b2

Please sign in to comment.