Skip to content

Commit

Permalink
Removed console methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanseddon committed Mar 13, 2011
1 parent 8ca9c34 commit d257b60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions output.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@


document.write(/*'At '+ (+new Date()) + */' Modernizr took: '+ ((+new Date()) - start) + 'ms');
console.timeEnd("Modernizr took");

/*
Modernizr.addTest('datauri',function(){
Expand Down Expand Up @@ -103,7 +104,7 @@ <h1>Modernizr</h1>



/*function _bBeaconComplete(data){
function _bBeaconComplete(data){
window.console && console.log('beaconComplete',data);
}

Expand Down Expand Up @@ -131,7 +132,7 @@ <h1>Modernizr</h1>
var scripts = document.getElementsByTagName('script');
var lastScript = scripts[scripts.length - 1];
lastScript.parentNode.insertBefore(_bScript, lastScript);
})();*/
})();


</script>
Expand All @@ -142,5 +143,6 @@ <h1>Modernizr</h1>
document.write('<p> HTML element className = ' + document.documentElement.className + '</p>');
</script>


</body>
</html>

0 comments on commit d257b60

Please sign in to comment.