[Proto-Scripty] Re: Error in IE8

2009-07-28 Thread Alex McAuley

Check the script that is calling it.
Alex Mcauley
http://www.thevacancymarket.com
- Original Message - 
From: stegel ritp...@gmail.com
To: Prototype  script.aculo.us prototype-scriptaculous@googlegroups.com
Sent: Tuesday, July 28, 2009 2:59 AM
Subject: [Proto-Scripty] Error in IE8



 I am running prototype.js RC3 in IE8 within a Radiant CMS. It seems
 that I am getting the following error on line 598

 'null' is null or not an object  prototype.js, line 596 character 5

 this is in the Enumerable Function:

 var Enumerable = {
  each: function(iterator, context) {
var index = 0;
iterator = iterator.bind(context);
try {
  this._each(function(value) {
iterator(value, index++);
  });
} catch (e) {
  if (e != $break) throw e;
}
return this;
  },

 Anyone seen this error?

 
 


--~--~-~--~~~---~--~~
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 prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Error in IE8

2009-07-28 Thread Alex McAuley

Most scripts on a page are evaluated by the interpereter first.

COmment out all of your functions and see if its still happening

Alex Mcauley
http://www.thevacancymarket.com
- Original Message - 
From: stegel ritp...@gmail.com
To: Prototype  script.aculo.us prototype-scriptaculous@googlegroups.com
Sent: Tuesday, July 28, 2009 5:48 PM
Subject: [Proto-Scripty] Re: Error in IE8



It is happening when I read in prototype.js, as it is the first js I
reference. Nothing is calling it yet.

On Jul 28, 4:19 am, Alex McAuley webmas...@thecarmarketplace.com
wrote:
 Check the script that is calling it.
 Alex Mcauleyhttp://www.thevacancymarket.com

 - Original Message -
 From: stegel ritp...@gmail.com
 To: Prototype  script.aculo.us 
 prototype-scriptaculous@googlegroups.com
 Sent: Tuesday, July 28, 2009 2:59 AM
 Subject: [Proto-Scripty] Error in IE8

  I am running prototype.js RC3 in IE8 within a Radiant CMS. It seems
  that I am getting the following error on line 598

  'null' is null or not an object prototype.js, line 596 character 5

  this is in the Enumerable Function:

  var Enumerable = {
  each: function(iterator, context) {
  var index = 0;
  iterator = iterator.bind(context);
  try {
  this._each(function(value) {
  iterator(value, index++);
  });
  } catch (e) {
  if (e != $break) throw e;
  }
  return this;
  },

  Anyone seen this error?



--~--~-~--~~~---~--~~
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 prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---