Skip to content

Commit

Permalink
Fix unwanted declaration of a global.
Browse files Browse the repository at this point in the history
  • Loading branch information
eculver committed Jan 18, 2011
1 parent 3fde107 commit 6664b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var fs = require('fs'),
sys = require('sys'),
http = require('http'),
io = require('socket.io'),
events = require('events');
events = require('events'),
request = require('request');

// this will spit out events when new news arrives.
Expand Down

0 comments on commit 6664b75

Please sign in to comment.