https://github.com/oblosys/backbone-strict
A backbone version that requires attributes to be declared on model creation and yields errors when referencing undeclared attributes
https://github.com/oblosys/backbone-strict
Last synced: 2 months ago
JSON representation
A backbone version that requires attributes to be declared on model creation and yields errors when referencing undeclared attributes
- Host: GitHub
- URL: https://github.com/oblosys/backbone-strict
- Owner: Oblosys
- License: mit
- Created: 2013-11-23T15:03:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-23T15:03:14.000Z (over 11 years ago)
- Last Synced: 2025-01-17T07:08:58.290Z (4 months ago)
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
backbone-safe
=============A backbone version that requires attributes to be declared on model creation and yields errors when referencing undeclared attributes