Skip to content

Commit ad53219

Browse files
committed
Build: Disable JSCS for the inlined jQuery Color
1 parent ed0e5a4 commit ad53219

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
@@ -921,6 +923,8 @@ $.fn.extend( {
921923

922924
} )();
923925

926+
// jscs:enable
927+
924928
/******************************************************************************/
925929
/*********************************** EFFECTS **********************************/
926930
/******************************************************************************/

0 commit comments

Comments
 (0)