diff options
author | Wilson Page <wilsonpage@me.com> | 2016-01-05 17:55:10 +0000 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2016-01-05 17:55:10 +0000 |
commit | ea0aa15b33d43fcae37f434270a0b193d5a932b6 (patch) | |
tree | 20ead295d5fcc96019d98af512b6eae699f0a250 | |
parent | 6b79545c2d7e861260752b90af4ec010deeee65f (diff) | |
download | fastdom-ea0aa15b33d43fcae37f434270a0b193d5a932b6.zip fastdom-ea0aa15b33d43fcae37f434270a0b193d5a932b6.tar.gz fastdom-ea0aa15b33d43fcae37f434270a0b193d5a932b6.tar.bz2 |
Updated size
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # fastdom [](https://travis-ci.org/wilsonpage/fastdom) [](https://coveralls.io/github/wilsonpage/fastdom?branch=master) -Eliminates layout thrashing by batching DOM read/write operations (580 bytes gzipped compressed). +Eliminates layout thrashing by batching DOM read/write operations (~600 bytes minified gzipped). ```js fastdom.measure(function() { |