Skip to content

Commit

Permalink
Removed unused def.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jul 15, 2016
1 parent 1861415 commit e0b85aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/render/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ var Renderer = require('./renderer');

var esc = require('../common').escapeXml;

var reHtmlTag = /\<[^>]*\>/;
var reUnsafeProtocol = /^javascript:|vbscript:|file:|data:/i;
var reSafeDataProtocol = /^data:image\/(?:png|gif|jpeg|webp)/i;

Expand Down

0 comments on commit e0b85aa

Please sign in to comment.