Skip to content

Commit 3e349ef

Browse files
committed
.
1 parent 4ddc259 commit 3e349ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib/chips/chip.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ export class MdChip extends _MdChipMixinBase implements Focusable, OnDestroy, Ca
8787
return this._selectable;
8888
}
8989

90-
get ariaSelected() {
91-
return this.selectable ? this.selected.toString() : '';
92-
}
93-
9490
set selectable(value: boolean) {
9591
this._selectable = coerceBooleanProperty(value);
9692
}

0 commit comments

Comments
 (0)