mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fix jquery/jquery-tests.ts compile error
This commit is contained in:
@@ -3043,7 +3043,7 @@ function test_merge() {
|
||||
var first = ['a', 'b', 'c'];
|
||||
var second = ['d', 'e', 'f'];
|
||||
$.merge($.merge([], first), second);
|
||||
var z = $.merge([0, 1, 2], ['a', 'b', 'c']);
|
||||
var z = $.merge<any>([0, 1, 2], ['a', 'b', 'c']);
|
||||
}
|
||||
|
||||
function test_prop() {
|
||||
|
||||
Reference in New Issue
Block a user