Hi everyone.

I use validation1.5.4.1 (from 
http://tetlaw.id.au/view/javascript/really-easy-field-validation)
It work fine with build in prototype version 1.5.0_rc2. But with
1.6.0.2 it doesnt work!

Error: too much recursion
Sourse: prototype.js
string: 246

This method is never ended:
methodize: function() {
    if (this._methodized) return this._methodized;
    var __method = this;
    return this._methodized = function() {
      return __method.apply(null, [this].concat($A(arguments)));
    };
  }

Any ideas?

-- 
Regards                          mailto:[EMAIL PROTECTED]


--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to