Skip to content

Instantly share code, notes, and snippets.

@zachariahtimothy
Created April 24, 2013 20:35
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 zachariahtimothy/5455367 to your computer and use it in GitHub Desktop.
Save zachariahtimothy/5455367 to your computer and use it in GitHub Desktop.
RequireJS ADM Stub
define([], function(){
'use strict';
var MODULE = {
};
return MODULE;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment