Skip to content

Commit

Permalink
Merge pull request #3 from omega/remove-underscore
Browse files Browse the repository at this point in the history
Remove loading of underscore
  • Loading branch information
spreaker-dev committed Jan 17, 2013
2 parents 6fdc863 + 84046bb commit 43f5456
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/client.js
@@ -1,6 +1,5 @@
var dgram = require("dgram"),
util = require("util"),
_ = require("underscore");
util = require("util");



Expand Down

0 comments on commit 43f5456

Please sign in to comment.