Files
meteor/docs/client/packages/amplify.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

17 lines
451 B
HTML

<template name="pkg_amplify">
{{#better_markdown}}
## `amplify`
Amplify provides a simple cross-browser API for HTML5 local storage, an
in-browser communication channel for loosely coupling application
components, and several useful utility functions.
Amplify defines a global namespace `amplify` on the client only. It does
not run on the server.
For more information about Amplify, see <http://amplifyjs.com/>.
{{/better_markdown}}
</template>