Modernizr: fixed alert function override

This commit is contained in:
gstamac
2013-08-23 13:59:42 +02:00
parent 822274f76e
commit 7ab35b92ff

View File

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