An open API service indexing awesome lists of open source software.

https://github.com/tarmann/backbone-ext

Base classes to extend Backbone Models, Collections and Views.
https://github.com/tarmann/backbone-ext

Last synced: 10 months ago
JSON representation

Base classes to extend Backbone Models, Collections and Views.

Awesome Lists containing this project

README

          

backbonejs-ext 0.1
============

Base classes to extend Backbone Models, Collections and Views.

TODO:

* Use the following pattern to prevent duplicated code on initialize: ParentView.prototype.initialize.apply(this, arguments);