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

Wrong on bindings #16

Closed
roperzh opened this issue May 18, 2014 · 1 comment
Closed

Wrong on bindings #16

roperzh opened this issue May 18, 2014 · 1 comment
Assignees
Labels

Comments

@roperzh
Copy link
Owner

roperzh commented May 18, 2014

Currently if you declare any event binding, for instance:

Carousel = Essential.Behavior.extend({
  events: {
    "click .next": "goToNextSlide"
  },

  goToNextSlide: function() {
    // .... 
  }
});

The context inside goToNextSlide is not the behavior itself, this issue prevents to doing something like this.el

@roperzh roperzh added the bug label May 18, 2014
@roperzh roperzh self-assigned this May 18, 2014
@roperzh
Copy link
Owner Author

roperzh commented May 18, 2014

Fixed!

@roperzh roperzh closed this as completed May 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant