just to be clear, I got errors on this line of code of prototype.js:
==
1539 dispatchException: function(exception) {
1540 (this.options.onException || Prototype.emptyFunction)(this,
exception);
1541 Ajax.Responders.dispatch('onException', this, exception);
1542 }
==
and following the error message:
==
Prototype.emptyFunction is not a function
==
Thanks again,
Omar
--
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.