mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Fix up whitespace and a couple of glitches.
This commit is contained in:
parent
b3cee01820
commit
1a4d1904ae
@ -170,13 +170,6 @@ jQuery.each({
|
||||
},
|
||||
|
||||
toggleClass: function( classNames, state ) {
|
||||
if( jQuery.isFunction(classNames) ) {
|
||||
return this.each(function() {
|
||||
console.log(this);
|
||||
jQuery(this).toggleClass( classNames.call(this), state );
|
||||
});
|
||||
}
|
||||
|
||||
var type = typeof classNames;
|
||||
if ( type === "string" ) {
|
||||
// toggle individual class names
|
||||
|
Loading…
Reference in New Issue
Block a user