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 3fd39cc commit a1671cfCopy full SHA for a1671cf
ui/effect.js
@@ -39,6 +39,8 @@ $.effects = {
39
effect: {}
40
};
41
42
+// jscs:disable
43
+
44
/*!
45
* jQuery Color Animations v2.1.2
46
* https://github.com/jquery/jquery-color
@@ -716,6 +718,8 @@ colors = jQuery.Color.names = {
716
718
717
719
} )( jQuery );
720
721
+// jscs:enable
722
723
/******************************************************************************/
724
/****************************** CLASS ANIMATIONS ******************************/
725
0 commit comments