Index: jcarousel_style_plugin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jcarousel/includes/Attic/jcarousel_style_plugin.inc,v
retrieving revision 1.1.2.2.2.1
diff -u -r1.1.2.2.2.1 jcarousel_style_plugin.inc
--- jcarousel_style_plugin.inc	12 Dec 2010 17:38:06 -0000	1.1.2.2.2.1
+++ jcarousel_style_plugin.inc	6 Feb 2011 03:26:50 -0000
@@ -109,7 +109,7 @@
       '#type' => 'textfield',
       '#title' => t('Easing effect'),
       '#size' => 10,
-      '#maxlength' => 10,
+      '#maxlength' => 128,
       '#default_value' => $this->options['easing'],
       '#description' => t('The name of the easing effect that you want to use such as "swing" (the default) or "linear". See list of options in the <a href="http://api.jquery.com/animate/">jQuery Documentation</a>.'),
     );
