Skip to content

Instantly share code, notes, and snippets.

@Unitech
Created February 6, 2013 07:43
Show Gist options
  • Save Unitech/4720995 to your computer and use it in GitHub Desktop.
Save Unitech/4720995 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