From bbccb60c0b43ac85e16fa3fa54c3285c541aa2bf Mon Sep 17 00:00:00 2001 From: Matt Lauber Date: Mon, 19 Mar 2018 11:46:07 -0400 Subject: [PATCH] Code Cleanup (#3178) Noticed an unused variable in the image parser, from before a old refactor. --- core/modules/parsers/imageparser.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/modules/parsers/imageparser.js b/core/modules/parsers/imageparser.js index b1cadd296..c0bcd65a9 100644 --- a/core/modules/parsers/imageparser.js +++ b/core/modules/parsers/imageparser.js @@ -17,8 +17,7 @@ var ImageParser = function(type,text,options) { type: "element", tag: "img", attributes: {} - }, - src; + }; if(options._canonical_uri) { element.attributes.src = {type: "string", value: options._canonical_uri}; } else if(text) {