We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373ee18 commit 8d307c9Copy full SHA for 8d307c9
ui/effect.js
@@ -39,6 +39,8 @@ $.effects = {
39
effect: {}
40
};
41
42
+// jscs:disable
43
+
44
/*!
45
* jQuery Color Animations v3.0.0-pre
46
* https://github.com/jquery/jquery-color
@@ -705,6 +707,8 @@ colors = jQuery.Color.names = {
705
707
706
708
} )( jQuery );
709
710
+// jscs:enable
711
712
/******************************************************************************/
713
/****************************** CLASS ANIMATIONS ******************************/
714
0 commit comments