$().css("foo") now returns the value of $.css("foo") instead of setting to null.
authorJohn Resig <jeresig@gmail.com>
Sun, 9 Apr 2006 04:03:36 +0000 (04:03 +0000)
committerJohn Resig <jeresig@gmail.com>
Sun, 9 Apr 2006 04:03:36 +0000 (04:03 +0000)
commit4ab5a88bc4cd76c293190ed68a4962d91c108816
tree72c862d2edffd0f94133f6fa461006b6c9350fd6
parent56992c6ad95eb9323b325099dda828a5039def5b
$().css("foo") now returns the value of $.css("foo") instead of setting to null.
jquery/jquery.js