Content deleted Content added
Mike Dillon (talk | contribs) enhanced attribute support: skip null attribute values; invoke functions passed as attribute values |
Mike Dillon (talk | contribs) m pre nowiki |
||
Line 1:
// <pre><nowiki>
function createEasyDomFunction(name) {
var stringType = typeof '';
Line 59 ⟶ 61:
easyDom[easyDomTags[i]] = createEasyDomFunction(easyDomTags[i]);
}
// Namespace pollution
var easydom = easyDom;
var easyDOM = easyDom;
// </pre></nowiki>
|