olivernn / poirot

mustaches in your rails
http://olivernn.github.com/poirot
108 stars 21 forks source link

Fixed IE8 issue #18

Closed clemenshelm closed 12 years ago

clemenshelm commented 12 years ago

There was an issue in /vendor/assets/javascripts/poirot-base/poirot.js:16: The method text() doesn't return anything in Internet Explorer < 9. I replaced it with the html() method and now it works.

I also added semicolons to the ends of the lines in this file as they are not optional in JavaScript.