Skip to content

Commit

Permalink
Merge pull request #23 from deedubs/patch-1
Browse files Browse the repository at this point in the history
Remove unused sys include to avoid 'The "sys" module is now called "util" should have a similar interface.' on newer versions of node.
  • Loading branch information
DracoBlue committed Feb 10, 2012
2 parents f679844 + f982474 commit cd933e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/facebook-client/FacebookClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* information, please see the LICENSE file in the root folder.
*/

var sys = require("sys");
var http = require("http");
var https = require("https");
var querystring = require("querystring");
Expand Down

0 comments on commit cd933e8

Please sign in to comment.