mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user