Raw File
creators.js
var creators = {
  "element": "createElement",
  "text": "createTextNode",
  "comment": "createComment"
};
back to top