diff options
author | Wilson Page <wilsonpage@me.com> | 2013-08-26 23:34:28 +0100 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2013-08-26 23:34:28 +0100 |
commit | c82c63804dc0e58232e54e99b40974b94b3c1efc (patch) | |
tree | 62490ff8b7280e4392530b7f911539388c36f625 | |
parent | 79e948a924e29954184ec6af5afbf46651c3429e (diff) | |
download | fastdom-c82c63804dc0e58232e54e99b40974b94b3c1efc.zip fastdom-c82c63804dc0e58232e54e99b40974b94b3c1efc.tar.gz fastdom-c82c63804dc0e58232e54e99b40974b94b3c1efc.tar.bz2 |
Update readme to show new context argument
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,7 +31,7 @@ dom.write(function() { ## API -### DomBatch#read(callback) +### DomBatch#read(callback[, context]) Schedules a task for the 'read' queue. @@ -41,7 +41,7 @@ dom.read(function() { }); ``` -### DomBatch#write(callback) +### DomBatch#write(callback[, context]) Schedules a task for the 'write' queue. |