much cleaner
This commit is contained in:
parent
8156930208
commit
18121a1507
|
@ -461,8 +461,7 @@ 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,
|
||||
|
|
Loading…
Reference in New Issue