Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Dec 20, 2016
1 parent e66b1ff commit c7443ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/core/scroll/scrollable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import 'rxjs/add/observable/fromEvent';


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

0 comments on commit c7443ff

Please sign in to comment.