mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
jQuery: fixed a failing test
This commit is contained in:
@@ -1124,7 +1124,9 @@ function test_error() {
|
||||
$(this).hide();
|
||||
})
|
||||
.attr("src", "missing.png");
|
||||
jQuery.error = console.error;
|
||||
jQuery.error = (message?: string) => {
|
||||
console.error(message); return this;
|
||||
}
|
||||
}
|
||||
|
||||
function test_eventParams() {
|
||||
|
||||
Reference in New Issue
Block a user