better variable name

pull/2500/head
John McLear 2015-01-27 20:10:38 +00:00
parent a9910c741e
commit 0216a10a12
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ function makeContentCollector(collectStyles, abrowser, apool, domInterface, clas
var tname = (dom.nodeTagName(node) || "").toLowerCase();
if (tname == "img"){
var context = hooks.callAll('collectContentImage', {
var collectContentImage = hooks.callAll('collectContentImage', {
cc: cc,
state: state,
tname: tname,