Skip to content

Commit eb28157

Browse files
committed
Build: Disable JSCS for the inlined jQuery Color
1 parent 7b552f0 commit eb28157

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/effect.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ $.effects = {
3939
effect: {}
4040
};
4141

42+
// jscs:disable
43+
4244
/*!
4345
* jQuery Color Animations v2.1.2
4446
* https://github.com/jquery/jquery-color
@@ -716,6 +718,8 @@ colors = jQuery.Color.names = {
716718

717719
} )( jQuery );
718720

721+
// jscs:enable
722+
719723
/******************************************************************************/
720724
/****************************** CLASS ANIMATIONS ******************************/
721725
/******************************************************************************/

0 commit comments

Comments
 (0)