Skip to content

Commit

Permalink
A fix related to issue 6064
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Nov 9, 2012
1 parent 6c127f0 commit 4811a4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extension/content/firebug/console/consolePanel.js
Expand Up @@ -595,6 +595,8 @@ Firebug.ConsolePanel.prototype = Obj.extend(Firebug.ActivablePanel,
// Apply custom style if available.
if (lastStyle && node)
node.setAttribute("style", lastStyle);

node = null;
}

for (var i = objIndex; i < objects.length; ++i)
Expand Down

0 comments on commit 4811a4a

Please sign in to comment.