Monotone-Parent: bb0d71310c5e05a41e1acc07768c6ec4c2b2b5fe

Monotone-Revision: fdf6957aa0f1c98704004b55ba6f4e09df375481

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-06-20T13:53:29
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2008-06-20 13:53:29 +00:00
parent b658f6890c
commit d9701bce70
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@ function getAllElements(scope) {
return elements;
}
function createElement(tagName, id, classes, attributes, htmlAttributes,
function createElement(tagName, id, classes,
attributes, htmlAttributes,
parentNode) {
var newElement = $(document.createElement(tagName));
if (id)