-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
29 lines (23 loc) · 1.44 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
____ _ _ __ __
| _ \ | | | | / _|/ _|
| |_) | __ _ ___| | _| |__ ___ _ __ ___ ___ ___ | |_| |_ ___ ___
| _ < / _` |/ __| |/ / '_ \ / _ \| '_ \ / _ \ / __/ _ \| _| _/ _ \/ _ \
| |_) | (_| | (__| <| |_) | (_) | | | | __/| (_| (_) | | | || __/ __/
|____/ \__,_|\___|_|\_\_.__/ \___/|_| |_|\___(_)___\___/|_| |_| \___|\___|
(_'____________________________________________________________________'_)
(_.————————————————————————————————————————————————————————————————————._)
Backbone supplies structure to JavaScript-heavy applications by
providing models key-value binding and custom events, collections
with a rich API of enumerable functions, views with declarative
event handling, and connects it all to your existing application
over a RESTful JSON interface.
For Docs, License, Tests, and pre-packed downloads, see:
http://documentcloud.github.com/backbone/
To suggest a feature, report a bug, or general discussion:
http://github.com/documentcloud/backbone/issues/
All contributors are listed here:
http://github.com/documentcloud/backbone/contributors
Special thanks to Robert Kieffer for the original philosophy
behind Backbone.
http://github.com/broofa
Ported only to get deeper into CoffeeScript and Backbone.js