summaryrefslogtreecommitdiffstats
path: root/lib/file_handler.js
diff options
context:
space:
mode:
authorscottmotte <scott@scottmotte.com>2013-07-23 16:17:17 -0700
committerscottmotte <scott@scottmotte.com>2013-07-23 16:17:17 -0700
commit392b40836065918c74237775dc59bfe76ef265fc (patch)
tree9396faf7431a1374f74054811512539a89bb05d5 /lib/file_handler.js
parentdd8a35098e4edf5fd60f3410c2e476ff5e0c799d (diff)
downloadsendgrid-nodejs-392b40836065918c74237775dc59bfe76ef265fc.zip
sendgrid-nodejs-392b40836065918c74237775dc59bfe76ef265fc.tar.gz
sendgrid-nodejs-392b40836065918c74237775dc59bfe76ef265fc.tar.bz2
Refactors sendgrid.js to be a bit more standard node module like and updates README
Diffstat (limited to 'lib/file_handler.js')
-rw-r--r--lib/file_handler.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/file_handler.js b/lib/file_handler.js
index 23e2500..56e41a6 100644
--- a/lib/file_handler.js
+++ b/lib/file_handler.js
@@ -1,4 +1,3 @@
-var https = require('https');
var http = require('http');
var mime = require('mime');
var _ = require('underscore');