Why does this error happen? I didn’t do anything to that file?
my links that call javascript are within a from… that shouldn’t be a problem though.. right?
The offending code block:
getElements: function(form) {
return $A($(form).getElementsByTagName('*')).inject([],
function(elements, child) {
if (Form.Element.Serializers[child.tagName.toLowerCase()])
elements.push(Element.extend(child));
return elements;
}
);
},
the second line here is line 3484
Error is directly correlated with
Ruby on Rails: nested forms. One for bulk actions, the inner for Searching