... and in case you didnt spot it yet, the error is the last comma after "Click to edit". FF is lenient about allowing a trailing comma, IE is not. This is what jslint is for - to catch the silly stuff.
Sam >IE error messages are certainly not optimal, but can usually be tracked >down. It appears that IE barfs at the same point Safari does, which >is: > > Line: 70 > Error: Expected identifier, string or number > URL: http://www.subzane.com/demos/js/inplacedatetimeselect.js > >Which is the last line of: > > savingText: "Saving...", > savingClassName: 'inplaceeditor-saving', > clickToEditText: "Click to edit", > }, options || {} ); > > >Your problems are compounded by making a reasonably simple control >dependent on thousands of lines of (mostly irrelevant) code in 11 >different script libraries. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
