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

Support ES6 class syntax #68

Closed
seantomburke opened this issue Apr 3, 2017 · 1 comment
Closed

Support ES6 class syntax #68

seantomburke opened this issue Apr 3, 2017 · 1 comment

Comments

@seantomburke
Copy link

Support the new ES6 syntax for classes which would look like the following:

class BaseModel extends Backbone.Model {

  get defaults() {
    return {};
  }

  initialize() {
    ...
  }

}
@seantomburke
Copy link
Author

Actually after looking at this thread: jashkenas/backbone#3560 it's probably not worth it until a standard is created for ES6 Classes and Backbone

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

No branches or pull requests

1 participant