mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
jQuery: all the is's
This commit is contained in:
@@ -2218,7 +2218,7 @@ function test_isEmptyObject() {
|
||||
jQuery.isEmptyObject({ foo: "bar" });
|
||||
}
|
||||
|
||||
function test_isFuction() {
|
||||
function test_isFunction() {
|
||||
function stub() { };
|
||||
var objs: any[] = [
|
||||
function () { },
|
||||
|
||||
Reference in New Issue
Block a user