[Proto-Scripty] Object doesn't support property or method 'observe'

2012-03-27 Thread Robbington
Hi, I am having a problem with a plug in I am using. ContentFlow. It works fine in all browsers except IE8 and 7, Whats confusing is the page works fine without the plug in, but if included it throws the error Object doesn't support property or method 'observe', not in the plug in file but a

[Proto-Scripty] syntax error at line 604 of prototype.js 1.6.0.3 after an Ajax call

2012-03-27 Thread Hello World
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) { //

RE: [Proto-Scripty] syntax error at line 604 of prototype.js 1.6.0.3 after an Ajax call

2012-03-27 Thread Brian Marquis
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 | b...@quotepro.com | Phone: 312.654.8045 x122 / Fax: 312.654.1285 The