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

[TIMOB-8779] Implemented late binding of gestures. #2306

Merged
merged 5 commits into from
Jun 2, 2012
Merged

[TIMOB-8779] Implemented late binding of gestures. #2306

merged 5 commits into from
Jun 2, 2012

Conversation

nebrius
Copy link
Contributor

@nebrius nebrius commented Jun 1, 2012

No description provided.

if (!(eventName in gestureRecognizers)) {
gestureRecognizers[eventName] = {
count: 0,
recognizer: new (require("Ti/_/Gestures/" + gestureMapping[eventName]))()
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need the () at the end of this line?

@cb1kenobi
Copy link
Contributor

Code reviewed and tested. Request accepted.

cb1kenobi added a commit that referenced this pull request Jun 2, 2012
[TIMOB-8779] Implemented late binding of gestures.
@cb1kenobi cb1kenobi merged commit 44a0e71 into tidev:master Jun 2, 2012
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

2 participants