User:Mike Dillon/Scripts/easydom.js: Difference between revisions

Content deleted Content added
m this should fix the builder functions
mNo edit summary
Line 147:
};
 
// PopulateCreate thean anonymous namespace if none was provided
if (isUndefined(namespace)) namespace = {};
 
// Populate the namespace
for (var i in tags) {
namespace[tags[i]] = createDomElementBuilder(tags[i]);