Skip to content

Commit

Permalink
Remove extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
takkaria committed Dec 9, 2015
1 parent 8a3fe45 commit b807d64
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ var juice = require('juice');
var cheerio = require('cheerio');
var htmlToText = require('html-to-text');

/*
* options can contain:
* - root (String): specifies the root for templates
* - urlRewrite (function (String url) => String): each url in the document wil have is href set to the return of this function
*/
var EmailTemplates = function (options) {

var self = this;
Expand Down

0 comments on commit b807d64

Please sign in to comment.