Skip to content

Commit

Permalink
Nuked bind() for better or for worse
Browse files Browse the repository at this point in the history
  • Loading branch information
jrunning committed Mar 30, 2011
1 parent ad9f548 commit cea6135
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions lib/GHFaves.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
function bind(f, obj) {
return function() {
return f.apply(obj, arguments);
};
}

function GHFaves() {
}

GHFaves.ACCOUNT_ADMIN_PATHNAME = '/account';
GHFaves.ACCOUNT_ADMIN_URL = 'https://github.com/account';
GHFaves.ACCOUNT_ADMIN_PATHNAME = '/account';
GHFaves.ACCOUNT_ADMIN_URL = 'https://github.com/account';

GHFaves.prototype.messageHandlers = {
'acquiredCredentials' : function msg_acquiredCredentials(request, _, callback) {
Expand Down

0 comments on commit cea6135

Please sign in to comment.