weepy / jquery.path

Animatation for arcs and bezier curves with jQuery

Home Page:http://weepy.github.com/jquery.path/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem with IE9

WaZz2 opened this issue · comments

When I go to the demo page(http://weepy.github.com/jquery.path/), IE9 gives an error :
SCRIPT5007: Unable to get value of the property 'arc': object is null or undefined

hrm that is odd. unfort I don't have a copy of IE9 to test with !

This is because IE9 doesn't accept to run scripts served with a "text/plain" mime type.
Look at the "Script from https://raw.github.com/... was blocked due to mime type mismatch" error

Importing the file instead of downloading it fix the error. Thanks