Skip to content

Commit 1323208

Browse files
committed
Core: Fix indentation
1 parent 0c4299b commit 1323208

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jquery.color.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,9 @@ color.fn = jQuery.extend( color.prototype, {
402402
toRgbaString: function() {
403403
var prefix = "rgba(",
404404
rgba = jQuery.map( this._rgba, function( v, i ) {
405-
if ( v != null ) {
406-
return v;
407-
}
405+
if ( v != null ) {
406+
return v;
407+
}
408408
return i > 2 ? 1 : 0;
409409
} );
410410

0 commit comments

Comments
 (0)