Skip to content

Instantly share code, notes, and snippets.

@jackysee
Created February 21, 2013 14:42
Show Gist options
  • Save jackysee/5005140 to your computer and use it in GitHub Desktop.
Save jackysee/5005140 to your computer and use it in GitHub Desktop.
revised spec
new Squire()
.mock({
jquery: function(){ return $; }
})
.require(['components/a'], function (aa){
a = aa;
done = true;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment