Merge branch 'animate-nonblock' of http://github.com/csnover/jquery into csnover...
authorJohn Resig <jeresig@gmail.com>
Sat, 9 Oct 2010 20:21:02 +0000 (16:21 -0400)
committerJohn Resig <jeresig@gmail.com>
Sat, 9 Oct 2010 20:21:02 +0000 (16:21 -0400)
1  2 
src/css.js
test/unit/css.js

diff --cc src/css.js
Simple merge
@@@ -1,9 -1,9 +1,9 @@@
  module("css");
  
  test("css(String|Hash)", function() {
 -      expect(29);
 +      expect(33);
  
-       equals( jQuery('#main').css("display"), 'none', 'Check for css property "display"');
+       equals( jQuery('#main').css("display"), 'block', 'Check for css property "display"');
  
        ok( jQuery('#nothiddendiv').is(':visible'), 'Modifying CSS display: Assert element is visible');
        jQuery('#nothiddendiv').css({display: 'none'});