diff options
author | Wilson Page <wilsonpage@me.com> | 2013-08-26 22:10:38 +0100 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2013-08-26 22:10:38 +0100 |
commit | 8911faec035a5d4cd99b90f3a3a2eb77564f3ee1 (patch) | |
tree | 1dd95a96358b310d2ecdcf3db0efc8d184c2a671 | |
parent | 2c74cf7137668ec4f35e04047e989e7a2a9d0168 (diff) | |
download | fastdom-0.3.0.zip fastdom-0.3.0.tar.gz fastdom-0.3.0.tar.bz2 |
Update descv0.3.0
-rw-r--r-- | component.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/component.json b/component.json index 2c12a44..94d0242 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "dom-batch", - "description": "Batches functions into a single async batch", + "description": "Eliminates layout thrashing by batching DOM read/write interactions", "version": "0.3.0", "main": "lib/dom-batch.js", "scripts": [ |