https://github.com/davemo/backbone-playground
My learning environment for backbone.js
https://github.com/davemo/backbone-playground
Last synced: about 1 year ago
JSON representation
My learning environment for backbone.js
- Host: GitHub
- URL: https://github.com/davemo/backbone-playground
- Owner: davemo
- Created: 2010-11-25T21:08:05.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T01:46:24.000Z (over 4 years ago)
- Last Synced: 2025-04-04T12:07:56.907Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Nothing major, just took the sample backbone app, and customized it a bit for play purposes.
As of right now persisting with localStorage doesn't seem to work, digging into that :)
Also, don't use "id" as a property name in your model class, it's reserved by backbone :P