Noticed an unused variable in the image parser, from before a old refactor.
print-window-tiddler
Matt Lauber 2018-03-19 11:46:07 -04:00 zatwierdzone przez Jeremy Ruston
rodzic aa7b18427f
commit bbccb60c0b
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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) {