Skip to content

Commit fa6bbcc

Browse files
committed
fixed lint issues
1 parent 46e62e6 commit fa6bbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/slider/slider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export class MdSlider implements ControlValueAccessor {
331331

332332
/** Whether the left side of the slider is the minimum value. */
333333
private _isLeftMin() {
334-
return (this.direction == 'rtl') == this.invert
334+
return (this.direction == 'rtl') == this.invert;
335335
}
336336

337337
/** Increments the slider by the given number of steps (negative number decrements). */

0 commit comments

Comments
 (0)