Skip to content

Commit 6fe16fb

Browse files
committed
protected -> private
1 parent 921ebf6 commit 6fe16fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/list/selection-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export class MdSelectionList extends _MdSelectionListMixinBase
154154
}
155155

156156
/** Toggles the selected state of the currently focused option. */
157-
protected _toggleSelectOnFocusedOption(): void {
157+
private _toggleSelectOnFocusedOption(): void {
158158
let focusedIndex = this._keyManager.activeItemIndex;
159159

160160
if (focusedIndex != null && this._isValidIndex(focusedIndex)) {

0 commit comments

Comments
 (0)