mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
Modernizr: fixed alert function override
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user