There is no such thing as a patch for a catch statement. Two possibilities: 1. The error line or file is being misreported 2. There is a syntax error in your callback function.
Brian Marquis | Quotepro® | Senior Developer | [email protected] | Phone: 312.654.8045 x122 / Fax: 312.654.1285 The information in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. Access to this e-mail by anyone else is unauthorized. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Hello World Sent: Monday, March 26, 2012 11:15 AM To: Prototype & script.aculo.us Subject: [Proto-Scripty] syntax error at line 604 of prototype.js 1.6.0.3 after an Ajax call 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. -- 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.
