Skip to content

Instantly share code, notes, and snippets.

@yayitswei
Created April 2, 2013 23:20
Show Gist options
  • Select an option

  • Save yayitswei/5297098 to your computer and use it in GitHub Desktop.

Select an option

Save yayitswei/5297098 to your computer and use it in GitHub Desktop.
requirejs format
define([], function(){
return function(){
return Math.floor(Math.random() * 100) + 1;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment