testrunner: Updating an orphaned test
This commit is contained in:
parent
3a80de1c7a
commit
c6b59263b5
|
@ -63,7 +63,7 @@ test("selector state", function() {
|
|||
|
||||
var test;
|
||||
|
||||
test = jQuery();
|
||||
test = jQuery(undefined);
|
||||
equals( test.selector, "", "Empty jQuery Selector" );
|
||||
equals( test.context, undefined, "Empty jQuery Context" );
|
||||
|
||||
|
|
Loading…
Reference in a new issue