Skip to content

Instantly share code, notes, and snippets.

@haroopress2
haroopress2 / gist:4094468
Created November 17, 2012 09:23
example gist for introducing haroopress's plugins
function haroopress() {
var author = 'rhiokim';
return "It's "+ author +" gist";
}