Hi, > and following the error message: > > == > Prototype.emptyFunction is not a function > ==
That's very, very strange. It sounds like this relates to something *else* on the same page. If you create a minimum test case, I think you'll find it works -- then you can start adding things back in until something breaks. If the minimum test case doesn't work, you can post it and folks will be able to help you debug it. But I think there's something unrelated going on. HTH, -- T.J. Crowder Independent Software Consultant tj / crowder software / com www.crowdersoftware.com On Mar 23, 1:55 pm, Omar Adobati <[email protected]> wrote: > 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.
