Hello, Just upgraded to scriptaculous 1.63 and experience a problem with a simple function: Effect.toggle(node, ''blind'', { duration: 1, afterFinish: function() { Element.toggleClassName(el, ''expand''); } }) While it worked in 1.6.2, it doesn''t work anymore in 1.6.3 in IE - Firefox works. Any idea what''s wrong with this? The error message is referring to line 1251 which is the following: var Enumerable = { each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != $continue) throw e; } }); } catch (e) { if (e != $break) throw e; } }, Thank you in advance for your input. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---