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