We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921ebf6 commit 6fe16fbCopy full SHA for 6fe16fb
src/lib/list/selection-list.ts
@@ -154,7 +154,7 @@ export class MdSelectionList extends _MdSelectionListMixinBase
154
}
155
156
/** Toggles the selected state of the currently focused option. */
157
- protected _toggleSelectOnFocusedOption(): void {
+ private _toggleSelectOnFocusedOption(): void {
158
let focusedIndex = this._keyManager.activeItemIndex;
159
160
if (focusedIndex != null && this._isValidIndex(focusedIndex)) {
0 commit comments