jQuery: all the is's

This commit is contained in:
johnnyreilly
2014-01-26 15:55:14 +00:00
parent 2f9a243b11
commit bf7966cf68
2 changed files with 36 additions and 1 deletions
+1 -1
View File
@@ -2218,7 +2218,7 @@ function test_isEmptyObject() {
jQuery.isEmptyObject({ foo: "bar" });
}
function test_isFuction() {
function test_isFunction() {
function stub() { };
var objs: any[] = [
function () { },