#49: CSS.fixRule IE doesn't support str[0] for a string (Open)

Sep 22 2009 * 19:09
Reported by:   Assigned to:  
Priority: Normal  Milestone:  

Fix:

// Relative path
if(!src.match(/^\//))//if (src[r0] != '/') = doesn't work in IE 
  src = docPath + "/" + src;