Skip to content

Instantly share code, notes, and snippets.

@qoelet
Created September 7, 2010 05:26
Show Gist options
  • Save qoelet/567907 to your computer and use it in GitHub Desktop.
Save qoelet/567907 to your computer and use it in GitHub Desktop.
dojo.provide("kenny.calculator");
kenny.calculator.sum = function(x,y) {
return x+y;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment