Skip to content

Let backbone-super to provide modified Backbone #41

@jifeon

Description

@jifeon

Inspired by #39

maybe backbone-super should just provide modified Backbone? Than you will be able to write like this:

var Backbone = require('backbone-super');

It's not far from reality because backbone-super does not provide anything by itself, it just replace the extend method of Backbone so you can use either backbone or replaced backbone. And it would be very strange and ambiguous if require('backbone') will provide replaced version. And writing require('backbone-super') will clearly indicate version of backbone you are using

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions