Skip to content

Instantly share code, notes, and snippets.

@jiggliemon
Created June 29, 2011 03:37
Show Gist options
  • Save jiggliemon/1052974 to your computer and use it in GitHub Desktop.
Save jiggliemon/1052974 to your computer and use it in GitHub Desktop.
<script>
var radical = function(name){
alert(name || 'Random');
}
exports.radical = radical;
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment