Monotone-Parent: d3cf63029d15740f82cdb77e0b3e2c4e08d6a7cc

Monotone-Revision: c09f18aa20f8387df37e9fa0055f49ea9670e4e5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-07-27T19:54:02
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-07-27 19:54:02 +00:00
parent 42effa04b5
commit fb3cf6f519
+1 -1
View File
@@ -121,7 +121,7 @@ function createElement(tagName, id, classes, attributes, htmlAttributes,
newElement[i] = attributes[i];
if (htmlAttributes)
for (var i in htmlAttributes)
newElement.setAttribute(i, attributes[i]);
newElement.setAttribute(i, htmlAttributes[i]);
if (parentNode)
parentNode.appendChild(newElement);