Skip to content

Commit 77e033d

Browse files
committed
deselect --> deselected
1 parent 20af6fd commit 77e033d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/list/list-option.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export class MdListOption implements AfterContentInit, OnDestroy, Focusable {
101101
@Output() select = new EventEmitter<MdSelectionListOptionEvent>();
102102

103103
/** Emitted when the option is deselected. */
104-
@Output() deselect = new EventEmitter<MdSelectionListOptionEvent>();
104+
@Output() deselected = new EventEmitter<MdSelectionListOptionEvent>();
105105

106106
/** Emitted when the option is destroyed. */
107107
@Output() destroy = new EventEmitter<MdSelectionListOptionEvent>();

0 commit comments

Comments
 (0)