jasonmoo / t.js

A tiny javascript templating framework in ~400 bytes gzipped
MIT License
827 stars 89 forks source link

What does "modern browsers" mean exactly? #2

Open netnichols opened 12 years ago

netnichols commented 12 years ago

Some unfortunate folks (like me) still need to support IE6 (whereas I can get away with requiring more recent versions of FF/Chrome/Safari).

So could you be a little more specific in the README about which browsers are supported?

Cheers!

jasonmoo commented 12 years ago

Hey yeah I know that's a little weak right now. To be honest I ran this through latest versions of Chrome/Safari/Firefox and IE 9 and called it a day. Probably could use a more comprehensive matrix. Happy to merge something like that in!

gurmukhp commented 10 years ago

do you know if this supports IE8?