I used firebug to find where the problem arose:
Timeline._Impl.prototype._initialize=function(){var
H=this._containerDiv;
2725var E=H.ownerDocument; <------------------------------- H is
apparently null
2726H.className=H.className.split(" ").concat("timeline-
container").join(" ");
Timeline._Impl.prototype._initialize=function(){var
H=this._containerDiv;
2725var E=H.ownerDocument;
2726H.className=H.className.split(" ").concat("timeline-
container").join(" ");
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" 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/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---