Modernizr: fixed "Overload signatures must all be ambient or non-ambient" no need to override alert if we are just testing syntax

This commit is contained in:
gstamac
2013-08-23 13:27:10 +02:00
parent 858df696fd
commit a8fab63408

View File

@@ -2,9 +2,9 @@
declare var $: any;
function alert(thing: any) {
/*function alert(thing: any) {
$('#content').append('<div>' + thing + '</div>');
}
}*/
$(function () {
var audio = new Audio();