summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-10-12 14:13:44 +0100
committerWilson Page <wilsonpage@me.com>2013-10-12 14:13:44 +0100
commit65d2a275a30951910465b37a0ac26790d59d699b (patch)
treeacbe19875f9361a00ad4321640120701f49b9a63
parente5ebc82a2924d0529233f90c007a8311f5e3a77d (diff)
downloadfastdom-65d2a275a30951910465b37a0ac26790d59d699b.zip
fastdom-65d2a275a30951910465b37a0ac26790d59d699b.tar.gz
fastdom-65d2a275a30951910465b37a0ac26790d59d699b.tar.bz2
fastdom should be treated as singleton
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5e46549..c5c15ab 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,6 @@
Eliminates layout thrashing by batching DOM read/write operations (~750 bytes gzipped).
```js
-var fastdom = new FastDom();
-
fastdom.read(function() {
console.log('read');
});