much cleaner

This commit is contained in:
John McLear 2015-01-26 02:32:58 +00:00
parent 8156930208
commit 18121a1507
1 changed files with 2 additions and 3 deletions

View File

@ -461,15 +461,14 @@ function makeContentCollector(collectStyles, abrowser, apool, domInterface, clas
// Images shouldn't be defined as empty.
if (tname == "img"){
isEmpty = false;
hooks.callAll('collectContentImage', {
var context = hooks.callAll('collectContentImage', {
cc: cc,
state: state,
tname: tname,
styl: styl,
cls: cls,
node: node
});
});
}
if (tname == "br")