Whoops undo

This commit is contained in:
Eric Kever 2011-08-12 13:24:16 -04:00
parent c9de4e5a6f
commit 54030326cf

View File

@ -145,31 +145,6 @@
}
})();
}
},
html5 : {
managedElements : [],
inputElements : [],
create : {
element : function(element, type){
},
color : function(){
}
},
loader : function(){
Skeleton.html5.inputElements = document.getElementsByTagName("input");
for(var i = 0, j = Skeleton.html5.inputElements.length; i < j; i++){
}
}
}
};