Skip to content

Instantly share code, notes, and snippets.

@painteddigital
Created March 28, 2012 17:10
Show Gist options
  • Save painteddigital/2228304 to your computer and use it in GitHub Desktop.
Save painteddigital/2228304 to your computer and use it in GitHub Desktop.
Generic RequireJS page template
define([], function(){
var Page = {
init: function(){
}
}
return Page;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment