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.
- Host: GitHub
- URL: https://github.com/tarmann/backbone-ext
- Owner: tarmann
- Created: 2014-06-24T13:23:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T12:16:55.000Z (over 11 years ago)
- Last Synced: 2023-03-12T03:01:57.828Z (over 3 years ago)
- Language: JavaScript
- Size: 328 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);