diff options
author | Wilson Page <wilsonpage@me.com> | 2013-10-15 10:30:54 +0100 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2013-10-15 10:30:54 +0100 |
commit | 270be4dac84cff74b54a60bb701852bb1ff702fd (patch) | |
tree | b7f9cdf847a26bf5394c88d674e5ca020fb42028 | |
parent | 58a21c12860fd061a347e61549c0dfadaf850bc8 (diff) | |
download | fastdom-270be4dac84cff74b54a60bb701852bb1ff702fd.zip fastdom-270be4dac84cff74b54a60bb701852bb1ff702fd.tar.gz fastdom-270be4dac84cff74b54a60bb701852bb1ff702fd.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -91,7 +91,7 @@ For example; you are using third party library that doesn't expose an API that a fastdom.defer(3, expensiveStuff); ``` -`FastDom#defer` can also be called with no `frames` argument to push work onto next avaiable frame. +`FastDom#defer` can also be called without the `frames` argument to push work onto next available frame. ```js // Runs in frame 1 @@ -106,7 +106,7 @@ fastdom.defer(expensiveStuff3); ### FastDom#clear(id) -Clears **any** scheduled job by id. +Clears **any** scheduled job. ```js var read = fastdom.read(function(){}); @@ -133,11 +133,11 @@ Open `test/index.html` in your browser. ## Author -- **Wilson Page** - [@wilsonpage](http://github.com/wilsonpage) +- **Wilson Page** - [@wilsonpage](http://twitter.com/wilsonpage) ## Contributors -- **Wilson Page** - [@wilsonpage](http://github.com/wilsonpage) +- **Wilson Page** - [@wilsonpage](http://twitter.com/wilsonpage) - **George Crawford** - [@georgecrawford](http://github.com/georgecrawford) ## License |