Files
meteor/docs/client/packages/backbone.html
David Glasser 72731ddda0 Use jQuery to force all non-#internal links to use target=_blank.
Rewrite <a href> links to use Markdown syntax now that they don't need the <a
href> to get target=_blank.
2012-10-15 11:16:53 -07:00

15 lines
405 B
HTML

<template name="pkg_backbone">
{{#better_markdown}}
## `backbone`
Backbone is a popular client-side MVC framework for managing complex
data in the browser. In addition to the MVC and DOM-binding
functionality, it also provides an API for HTML5 pushState and
client-side URL routing.
For more information about Backbone, see
<http://documentcloud.github.com/backbone/>.
{{/better_markdown}}
</template>