diff options
author | Kyle Partridge <partkyle@gmail.com> | 2012-01-10 15:05:36 -0800 |
---|---|---|
committer | Kyle Partridge <partkyle@gmail.com> | 2012-01-10 15:05:36 -0800 |
commit | 330002c09c67b2db9ff27a2d6e1dc4232cc8b490 (patch) | |
tree | 7f222d53e7e461023699d2d5ca393b17675432ac /lib/sendgrid.js | |
parent | 2fd9e5141817949778af42ad8b33764b6cc78d9a (diff) | |
download | sendgrid-nodejs-330002c09c67b2db9ff27a2d6e1dc4232cc8b490.zip sendgrid-nodejs-330002c09c67b2db9ff27a2d6e1dc4232cc8b490.tar.gz sendgrid-nodejs-330002c09c67b2db9ff27a2d6e1dc4232cc8b490.tar.bz2 |
deleted some spaces
Diffstat (limited to 'lib/sendgrid.js')
-rw-r--r-- | lib/sendgrid.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sendgrid.js b/lib/sendgrid.js index 5606f3e..be3f733 100644 --- a/lib/sendgrid.js +++ b/lib/sendgrid.js @@ -18,8 +18,6 @@ SendGrid.send = function(options, callback) { callback.call(this, false, 'Not yet implemented!'); } - - /* * Sends an email and returns true if the * message was sent successfully. |