Remove unneeded reference to iNode (same line appears several lines below)

This commit is contained in:
Davide P. Cervone 2012-08-14 08:03:43 -04:00
parent 55a6b6f915
commit cd20355729

View File

@ -1234,7 +1234,6 @@ MathJax.ElementJax.mml.Augment({
var nNode, i, m;
if (node.nodeType === 1) { // ELEMENT_NODE
nNode = document.createElement(node.nodeName);
if (node.className) {nNode.className=iNode.className}
for (i = 0, m = node.attributes.length; i < m; i++) {
var attribute = node.attributes[i];
if (attribute.specified && attribute.nodeValue != null && attribute.nodeValue != '')