Skip to content

Commit 1453d17

Browse files
committed
fix test
1 parent 4e5cf08 commit 1453d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/list/list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export class MdListItem extends _MdListItemMixinBase implements AfterContentInit
153153

154154
/** Whether this list item should show a ripple effect when clicked. */
155155
_isRippleDisabled() {
156-
return !this._isNavList || this.disableRipple || this._list.disableRipple;
156+
return !this._isNavList || this.disableRipple || this._navList.disableRipple;
157157
}
158158

159159
_handleFocus() {

0 commit comments

Comments
 (0)