blob: 68f7ab6c651f2da7e99702301a0bdfffffea3e04 [file] [log] [blame]
function createTag(type) {
//return {appendChild:function(){},setAttribute:function(){},style:{}}
return document.createElement(type);
}