The above links are no longer valid. I've made some major changes and
the new pages can be viewed under the following URL:

http://www.sonic.net/~patricks/swf-new/

Works all fantastically in Firefox, but unfortunately my changes
introduced an additional error in Internet Explorer. I get a runtime
error in:

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


--~--~---------~--~----~------------~-------~--~----~
 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to