Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use subscribe-ui-event #45

Merged
merged 1 commit into from Sep 3, 2015
Merged

use subscribe-ui-event #45

merged 1 commit into from Sep 3, 2015

Conversation

kaesonho
Copy link
Contributor

@redonkulus @hankhsiao @roderickhsiao

use subscribe-ui-event so that we are able to integrate the same event system in a page.

@roderickhsiao
Copy link
Collaborator

👍

@yahoocla
Copy link

CLA is valid!

@kaesonho kaesonho force-pushed the subscribeuievent branch 2 times, most recently from c89d241 to f10faa7 Compare August 31, 2015 17:43
@hankhsiao
Copy link
Contributor

First customer 👍

@@ -75,11 +68,11 @@ var Viewport = {
},

subscribeViewportEvents: function () {
this.subscribe('scroll', this._detectViewport);
this.subscription = subscribe('scroll', this._detectViewport, {throttleRate: 500});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be scrollEnd

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes you are right, scrollEnd is what I need, updated,

also update README to create a link to subscribe-ui-event ;)

kaesonho added a commit that referenced this pull request Sep 3, 2015
@kaesonho kaesonho merged commit 71771c1 into master Sep 3, 2015
@kaesonho kaesonho deleted the subscribeuievent branch September 3, 2015 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants