Unified the formatting of core.js. === or !== are used wherever appropriate, syntax has been normalized, braces are added in all cases, and jQuery() now returns an empty set.
This commit is contained in:
parent
2937d645cb
commit
2764127335
2 changed files with 139 additions and 97 deletions
|
@ -59,7 +59,7 @@ test("selector state", function() {
|
|||
|
||||
test = jQuery();
|
||||
equals( test.selector, "", "Empty jQuery Selector" );
|
||||
equals( test.context, document, "Empty jQuery Context" );
|
||||
equals( test.context, undefined, "Empty jQuery Context" );
|
||||
|
||||
test = jQuery(document);
|
||||
equals( test.selector, "", "Document Selector" );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue