I think in bundle.js it should be:
Timeline.Debug.exception=function(e){
alert("Caught exception: "+(Timeline.Platform.browser.isIE?e.message:e));
};
Instead of "Timeline.Platform.isIE"
The effect is that when an error occurs inside of IE
"Timeline.Platform.isIE" gets resolved into "undefined", which causes
just "[object]" to be displayed instead of the message.
In bundle.js, the property is set as follows:
Timeline.Platform.browser.isIE=(an.indexOf("microsoft")!=-1);
Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---