Skip to content

Commit

Permalink
Remove reference to oauth library.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillTemnov committed Feb 4, 2011
1 parent a9eb2a9 commit efda0c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ var decodeData = function (data) {
}


var OAuth = require('oauth').OAuth,
URL = require('url'),
var URL = require('url'),
sys = require('sys'),
crypto = require('crypto');

Expand Down

0 comments on commit efda0c7

Please sign in to comment.