Skip to content

Commit c481c66

Browse files
committed
Tests: Fix mixed tabs/spaces jshint warning
1 parent 27a6eba commit c481c66

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

test/unit/color.js

+15-15
Original file line numberDiff line numberDiff line change
@@ -597,21 +597,21 @@ asyncTest( "animated documentFragment", function() {
597597
});
598598

599599
// test( "animate borderColor", function() {
600-
// var el = jQuery( "<div style='border: 1px solid blue;'></div>" ).appendTo( "body" );
601-
// stop();
602-
// el.animate({ borderColor: "#00f" }, {
603-
// step: function() {
604-
// testParts( jQuery.Color( el, "borderTopColor" ), {
605-
// red: 0,
606-
// green: 0,
607-
// blue: 255,
608-
// alpha: 1
609-
// });
610-
// el.stop().remove();
611-
// start();
612-
// }
613-
// });
614-
// });
600+
// var el = jQuery( "<div style='border: 1px solid blue;'></div>" ).appendTo( "body" );
601+
// stop();
602+
// el.animate({ borderColor: "#00f" }, {
603+
// step: function() {
604+
// testParts( jQuery.Color( el, "borderTopColor" ), {
605+
// red: 0,
606+
// green: 0,
607+
// blue: 255,
608+
// alpha: 1
609+
// });
610+
// el.stop().remove();
611+
// start();
612+
// }
613+
// });
614+
//});
615615

616616
test( "Setting CSS to empty string / inherit", function() {
617617
var el = jQuery( "<div></div>" ).appendTo( "body" ).css({ color: "#fff" });

0 commit comments

Comments
 (0)