mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
better variable name
This commit is contained in:
parent
a9910c741e
commit
0216a10a12
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ function makeContentCollector(collectStyles, abrowser, apool, domInterface, clas
|
||||||
var tname = (dom.nodeTagName(node) || "").toLowerCase();
|
var tname = (dom.nodeTagName(node) || "").toLowerCase();
|
||||||
|
|
||||||
if (tname == "img"){
|
if (tname == "img"){
|
||||||
var context = hooks.callAll('collectContentImage', {
|
var collectContentImage = hooks.callAll('collectContentImage', {
|
||||||
cc: cc,
|
cc: cc,
|
||||||
state: state,
|
state: state,
|
||||||
tname: tname,
|
tname: tname,
|
||||||
|
|
Loading…
Reference in a new issue