creators.js (107B)
1 var creators = { 2 "element": "createElement", 3 "text": "createTextNode", 4 "comment": "createComment" 5 };