Joyously fix eslint error

I don't think this was introduced by this PR
This commit is contained in:
Jeremy Ruston
2026-01-10 14:46:39 +00:00
parent f825255bb8
commit 26fe15670c

View File

@@ -11,9 +11,9 @@ The image parser parses an image into an embeddable HTML element
var ImageParser = function(type,text,options) {
var element = {
type: "image",
attributes: {}
};
type: "image",
attributes: {}
};
if(options._canonical_uri) {
element.attributes.source = {type: "string", value: options._canonical_uri};
} else if(text) {