forked from jashkenas/backbone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving over urls for administration.
- Loading branch information
Showing
4 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
____ __ __ | ||
/\ _`\ /\ \ /\ \ __ | ||
\ \ \ \ \ __ ___\ \ \/'\\ \ \____ ___ ___ __ /\_\ ____ | ||
\ \ _ <' /'__`\ /'___\ \ , < \ \ '__`\ / __`\ /' _ `\ /'__`\ \/\ \ /',__\ | ||
____ __ __ | ||
/\ _`\ /\ \ /\ \ __ | ||
\ \ \ \ \ __ ___\ \ \/'\\ \ \____ ___ ___ __ /\_\ ____ | ||
\ \ _ <' /'__`\ /'___\ \ , < \ \ '__`\ / __`\ /' _ `\ /'__`\ \/\ \ /',__\ | ||
\ \ \ \ \/\ \ \.\_/\ \__/\ \ \\`\\ \ \ \ \/\ \ \ \/\ \/\ \/\ __/ __ \ \ \/\__, `\ | ||
\ \____/\ \__/.\_\ \____\\ \_\ \_\ \_,__/\ \____/\ \_\ \_\ \____\/\_\_\ \ \/\____/ | ||
\/___/ \/__/\/_/\/____/ \/_/\/_/\/___/ \/___/ \/_/\/_/\/____/\/_/\ \_\ \/___/ | ||
\ \____/ | ||
\/___/ | ||
\/___/ \/__/\/_/\/____/ \/_/\/_/\/___/ \/___/ \/_/\/_/\/____/\/_/\ \_\ \/___/ | ||
\ \____/ | ||
\/___/ | ||
(_'_______________________________________________________________________________'_) | ||
(_.———————————————————————————————————————————————————————————————————————————————._) | ||
|
||
|
||
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, pre-packed downloads, and everything else, really, see: | ||
http://backbonejs.org | ||
|
||
To suggest a feature, report a bug, or general discussion: | ||
http://github.com/documentcloud/backbone/issues/ | ||
http://github.com/jashkenas/backbone/issues | ||
|
||
All contributors are listed here: | ||
http://github.com/documentcloud/backbone/contributors | ||
http://github.com/jashkenas/backbone/contributors | ||
|
||
Special thanks to Robert Kieffer for the original philosophy behind Backbone. | ||
Special thanks to Robert Kieffer for the original philosophy behind Backbone. | ||
http://github.com/broofa |
Oops, something went wrong.