Skip to content

Instantly share code, notes, and snippets.

@netsuite
Created April 8, 2014 13:19
Show Gist options
  • Save netsuite/10122862 to your computer and use it in GitHub Desktop.
Save netsuite/10122862 to your computer and use it in GitHub Desktop.
js: require module
require({
'paths': {
'platform': 'path/to/platform'
}
},
['platform'], function(platform) {
console.log(platform.name);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment