mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Build: update grunt-jscs-checker and pass with the new rules
This commit is contained in:
@@ -50,7 +50,9 @@ jQuery.extend({
|
||||
if ( value === null ) {
|
||||
jQuery.removeAttr( elem, name );
|
||||
|
||||
} else if ( hooks && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) {
|
||||
} else if ( hooks && "set" in hooks &&
|
||||
(ret = hooks.set( elem, value, name )) !== undefined ) {
|
||||
|
||||
return ret;
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user