equal
deleted
inserted
replaced
|
1 ____ __ __ |
|
2 /\ _`\ /\ \ /\ \ __ |
|
3 \ \ \ \ \ __ ___\ \ \/'\\ \ \____ ___ ___ __ /\_\ ____ |
|
4 \ \ _ <' /'__`\ /'___\ \ , < \ \ '__`\ / __`\ /' _ `\ /'__`\ \/\ \ /',__\ |
|
5 \ \ \ \ \/\ \ \.\_/\ \__/\ \ \\`\\ \ \ \ \/\ \ \ \/\ \/\ \/\ __/ __ \ \ \/\__, `\ |
|
6 \ \____/\ \__/.\_\ \____\\ \_\ \_\ \_,__/\ \____/\ \_\ \_\ \____\/\_\_\ \ \/\____/ |
|
7 \/___/ \/__/\/_/\/____/ \/_/\/_/\/___/ \/___/ \/_/\/_/\/____/\/_/\ \_\ \/___/ |
|
8 \ \____/ |
|
9 \/___/ |
|
10 (_'_______________________________________________________________________________'_) |
|
11 (_.———————————————————————————————————————————————————————————————————————————————._) |
|
12 |
|
13 |
|
14 Backbone supplies structure to JavaScript-heavy applications by providing models with 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. |
|
15 |
|
16 For Docs, License, Tests, pre-packed downloads, and everything else, really, see: |
|
17 http://backbonejs.org |
|
18 |
|
19 To suggest a feature, report a bug, or general discussion: |
|
20 https://github.com/jashkenas/backbone/issues |
|
21 |
|
22 Backbone is an open-sourced component of DocumentCloud: |
|
23 https://github.com/documentcloud |
|
24 |
|
25 Many thanks to our contributors: |
|
26 https://github.com/jashkenas/backbone/graphs/contributors |
|
27 |
|
28 Special thanks to Robert Kieffer for the original philosophy behind Backbone. |
|
29 https://github.com/broofa |