Skip to content

Commit

Permalink
[fixed] local references to MotionObservable
Browse files Browse the repository at this point in the history
Reviewers: O3 Material JavaScript platform reviewers, #material_motion, O2 Material Motion, featherless

Reviewed By: #material_motion, O2 Material Motion, featherless

Tags: #material_motion

Differential Revision: http://codereview.cc/D2501
  • Loading branch information
appsforartists committed Jan 13, 2017
1 parent a0963c0 commit 7ebf00c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/streams/src/sources/scrollSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {

import {
MotionObservable,
} from '../MotionObservable';
} from '../observables/MotionObservable';

/**
* Returns a stream of scroll positions from the given `MotionElement`.
Expand Down
3 changes: 2 additions & 1 deletion packages/streams/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@
import {
Disconnect,
NextChannel,
Observable,
Observer,
} from 'indefinite-observable';

import {
MotionObservable,
State,
} from './MotionObservable';
} from './observables/MotionObservable';

export interface MotionObserver<T> extends Observer<T> {
state:StateChannel;
Expand Down

0 comments on commit 7ebf00c

Please sign in to comment.