Skip to content

Commit 7cd9329

Browse files
committed
fix lint
1 parent 79c012e commit 7cd9329

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/core/scroll/scrollable.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import 'rxjs/add/observable/fromEvent';
88

99

1010
/**
11-
* Sends an event when the directive's element is scrolled. Registers itself with the ScrollDispatcher
12-
* service to include itself as part of its collection of scrolling events that it can be listened
13-
* to through the service.
11+
* Sends an event when the directive's element is scrolled. Registers itself with the
12+
* ScrollDispatcher service to include itself as part of its collection of scrolling events that it
13+
* can be listened to through the service.
1414
*/
1515
@Directive({
1616
selector: '[cdk-scrollable]'

0 commit comments

Comments
 (0)