more sensible naming

This commit is contained in:
John McLear 2013-12-12 00:08:25 +00:00
parent 63ab85aeb2
commit 887c242b6c

View file

@ -456,7 +456,7 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class
var tname = (dom.nodeTagName(node) || "").toLowerCase(); var tname = (dom.nodeTagName(node) || "").toLowerCase();
if (tname == "img") if (tname == "img")
{ {
state.lineAttributes.image = node.outerHTML; state.lineAttributes.pastedImage = node.outerHTML;
} }
else if (tname == "br") else if (tname == "br")
{ {