Content deleted Content added
Mike Dillon (talk | contribs) m this should fix the builder functions |
Mike Dillon (talk | contribs) mNo edit summary |
||
Line 147:
};
//
if (isUndefined(namespace)) namespace = {};
// Populate the namespace
for (var i in tags) {
namespace[tags[i]] = createDomElementBuilder(tags[i]);
|