diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | bower.json | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -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'); }); @@ -12,5 +12,5 @@ "README.md" ], "license": "MIT", - "_source": "git@github.com:wilsonpage/fastdom.git" + "_source": "git@github.com/wilsonpage/fastdom.git" } |