if (window.Timeline === undefined) {
        console.log("Timeline not loaded")
}
else {
        console.log("Timeline.version = " + Timeline.version)
}

On Sep 25, 2012, at 7:31 PM, Jeff Roehl wrote:

> In jQuery, I can detect whether jQuery has been loaded and what version is 
> running with:
> 
> if (window.jQuery === undefined || window.jQuery.fn.jquery !== '1.8.1')
> 
> Is there something similar I can do with Simile Timelines?
>  
> Thanks 
> Jeff Roehl

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to simile-widgets@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to