Skip to content

Instantly share code, notes, and snippets.

@fivetanley
Created March 6, 2012 03:34
Show Gist options
  • Save fivetanley/1983248 to your computer and use it in GitHub Desktop.
Save fivetanley/1983248 to your computer and use it in GitHub Desktop.
RequireJS and this
/** Example AMD Module definition in RequireJS */
define(function(){
this.prototype.fnSuper = function(){
//do stuff
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment