Skip to content

Commit 7f15202

Browse files
committed
Clean up
1 parent 1288550 commit 7f15202

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/slider/test-gesture-config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
import {Injectable} from '@angular/core';
2-
import {MdGestureConfig} from '../../core/gestures/MdGestureConfig';
3-
// import {MdGestureConfig} from '@angular2-material/core/gestures/MdGestureConfig';
2+
import {MdGestureConfig} from '@angular2-material/core/gestures/MdGestureConfig';
43

54
/**
65
* To test the dragging behavior on the slider, we need to be able to access the hammer instances
76
* to emit events for a drag.
8-
*
97
*/
108
@Injectable()
119
export class TestGestureConfig extends MdGestureConfig {

0 commit comments

Comments
 (0)