diff options
author | Wilson Page <wilsonpage@me.com> | 2013-10-05 12:50:47 +0100 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2013-10-05 12:50:47 +0100 |
commit | 10bf804d2b9d10313a3e05f03fab03897cb9828c (patch) | |
tree | 6039d347afc061c9281bf70b0a4a835b93c73df3 | |
parent | 4741cda4189dad7d7e4e5c0369fe26922550bb25 (diff) | |
download | fastdom-10bf804d2b9d10313a3e05f03fab03897cb9828c.zip fastdom-10bf804d2b9d10313a3e05f03fab03897cb9828c.tar.gz fastdom-10bf804d2b9d10313a3e05f03fab03897cb9828c.tar.bz2 |
Update bytes
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # fastdom [](https://travis-ci.org/wilsonpage/fastdom) -Eliminates layout thrashing by batching DOM read/write operations (~800 bytes gzipped). +Eliminates layout thrashing by batching DOM read/write operations (~750 bytes gzipped). ```js var fastdom = new FastDom(); |