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:
John Resig 2009-03-31 17:35:20 +00:00
parent 2937d645cb
commit 2764127335
2 changed files with 139 additions and 97 deletions

View file

@ -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" );