kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Code Cleanup (#3178)
Noticed an unused variable in the image parser, from before a old refactor.print-window-tiddler
rodzic
aa7b18427f
commit
bbccb60c0b
|
@ -17,8 +17,7 @@ var ImageParser = function(type,text,options) {
|
||||||
type: "element",
|
type: "element",
|
||||||
tag: "img",
|
tag: "img",
|
||||||
attributes: {}
|
attributes: {}
|
||||||
},
|
};
|
||||||
src;
|
|
||||||
if(options._canonical_uri) {
|
if(options._canonical_uri) {
|
||||||
element.attributes.src = {type: "string", value: options._canonical_uri};
|
element.attributes.src = {type: "string", value: options._canonical_uri};
|
||||||
} else if(text) {
|
} else if(text) {
|
||||||
|
|
Ładowanie…
Reference in New Issue