Menu

FlatData

2008-11-26
2013-04-06
  • Niklas Klein

    Niklas Klein - 2008-11-26

    Line 107: className = className.substring(className.indexOf('.') + 1);
    Should be className = className.substring(className.lastIndexOf('.') + 1);

     
    • Miquel Martin

      Miquel Martin - 2008-12-09

      Yeap, you're right (sorry about the late reply). This shows as commited on to the repository on the 8th of August 2008, though. Where did you find the bug? Or maybe you need to update?
      Thanks!
      Miquel

       

Log in to post a comment.