Hello
I am receiving a syntax error at line 604 of prototype.js 1.6.0.3
after an Ajax call
var Enumerable = {
each: function(iterator, context) {
var index = 0;
try {
this._each(function(value) {
iterator.call(context, value, index++);
});
} catch (e) { // <=== Syntax error
if (e != $break) throw e;
}
return this;
},
Is there any patch to add?
Could anyone help me to resolve this issue?
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.