This commit is contained in:
Jeremy Ashkenas 2010-12-21 22:34:53 -05:00
parent 53eb66e5c4
commit f1d298450d
2 changed files with 4 additions and 2 deletions

View File

@ -125,7 +125,8 @@
no interpretation at runtime. You can use any existing JavaScript library
seamlessly (and vice-versa). The compiled output is readable and pretty-printed,
passes through <a href="http://www.javascriptlint.com/">JavaScript Lint</a>
without warnings, and runs in every JavaScript implementation.
without warnings, will work in every JavaScript implementation, and tends
to run as fast or faster than the equivalent handwritten JavaScript.
</p>
<p>

View File

@ -103,7 +103,8 @@
no interpretation at runtime. You can use any existing JavaScript library
seamlessly (and vice-versa). The compiled output is readable and pretty-printed,
passes through <a href="http://www.javascriptlint.com/">JavaScript Lint</a>
without warnings, and runs in every JavaScript implementation.
without warnings, will work in every JavaScript implementation, and tends
to run as fast or faster than the equivalent handwritten JavaScript.
</p>
<p>