Skip to content

Commit

Permalink
better variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMcLear committed Jan 27, 2015
1 parent a9910c7 commit 0216a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/static/js/contentcollector.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0216a10

Please sign in to comment.