https://github.com/creationix/staff
A port of the excellent Backbone.JS with minor API style changes and no dependencies. ES5 support only.
https://github.com/creationix/staff
Last synced: about 1 year ago
JSON representation
A port of the excellent Backbone.JS with minor API style changes and no dependencies. ES5 support only.
- Host: GitHub
- URL: https://github.com/creationix/staff
- Owner: creationix
- Created: 2011-03-23T04:59:24.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-23T06:28:13.000Z (about 15 years ago)
- Last Synced: 2025-03-24T04:14:01.204Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Staff
Staff is a tool that helps your websites stand up. It's a port of the excelent
Backbone.JS project by Jeremy Ashkenas from Document Cloud.
Back when I worked at Document Cloud with Jeremy, the code that was to eventually
become backbone really excited me. Since then I've grown fond of vanilla ES5
APIs and wanted a version of backbone that was standalone and more like plain
JavaScript.
This is a work in progress of that port.