Skip to content

Instantly share code, notes, and snippets.

@danwrong
Created March 4, 2011 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danwrong/855588 to your computer and use it in GitHub Desktop.
Save danwrong/855588 to your computer and use it in GitHub Desktop.
provide('base', function(exports) {
using('jquery', underscore', 'mustache', function(jq, u, m) {
exports({
$: jquery,
u: u,
mustache: mustache
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment