Skip to content

Instantly share code, notes, and snippets.

@Unitech
Created February 6, 2013 07:45
Show Gist options
  • Save Unitech/4721000 to your computer and use it in GitHub Desktop.
Save Unitech/4721000 to your computer and use it in GitHub Desktop.
JS : Add methods to Object with .call
(function() {
this.updateKey = function(msg, block, callback) {
var self = this;
[.....]
});
};
}).call(User.prototype);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment