1
0
Fork 0

Added additional information to homepage

- It's a framework and has graceful feature degredation
website
Mike Gerwitz 2011-04-12 23:48:07 -04:00
parent 3a98245628
commit 291f019a0e
1 changed files with 9 additions and 0 deletions

View File

@ -32,6 +32,15 @@
planned support for traits/mixins, function overloading and more.
</p>
<p>
ease.js is a framework. It is not a compiler. This allows you to use it
wherever JavaScript may be used, including with other compilers/parsers.
It provides support for older, pre-ES5 browsers by gracefully dropping
features (such as visibility), but remaining functionally consistent.
Therefore, code written using ease.js should operate exactly the same in
Internet Explorer 5.5 as it does in Chromium 10.
</p>
<p>
<strong>This project is under heavy development.</strong> However, the
<tt>master</tt> branch is always guaranteed to be in a working, stable