Skip to content

Commit

Permalink
fix(tests): snackbar ref has unnecessary observable.of (#2298)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin authored and jelbourn committed Dec 20, 2016
1 parent 792c7c2 commit d076bd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/snack-bar/snack-bar-ref.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {MdSnackBarContainer} from './snack-bar-container';

// TODO(josephperrott): Implement onAction observable.

Observable.of([]);
/**
* Reference to a snack bar dispatched from the snack bar service.
*/
Expand Down

0 comments on commit d076bd3

Please sign in to comment.