Skip to content

Instantly share code, notes, and snippets.

@qoelet
Created August 25, 2010 17:55
Show Gist options
  • Save qoelet/549973 to your computer and use it in GitHub Desktop.
Save qoelet/549973 to your computer and use it in GitHub Desktop.
var koolcharts = {};
// maybe you have a buncha functions
koolcharts.fn = {};
// let's add a draw function
koolcharts.fn.draw = function() {
alert("I'm too young to draw");
};
// run it
koolcharts.fn.draw();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment