Skip to content

Commit 8d307c9

Browse files
committed
Build: Disable JSCS for the inlined jQuery Color
1 parent 373ee18 commit 8d307c9

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 v3.0.0-pre
4446
* https://github.com/jquery/jquery-color
@@ -705,6 +707,8 @@ colors = jQuery.Color.names = {
705707

706708
} )( jQuery );
707709

710+
// jscs:enable
711+
708712
/******************************************************************************/
709713
/****************************** CLASS ANIMATIONS ******************************/
710714
/******************************************************************************/

0 commit comments

Comments
 (0)