mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Code Cleanup (#3178)
Noticed an unused variable in the image parser, from before a old refactor.
This commit is contained in:
parent
aa7b18427f
commit
bbccb60c0b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user