diff options
author | Wilson Page <wilsonpage@me.com> | 2013-11-30 06:33:37 -0800 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2013-11-30 06:33:37 -0800 |
commit | c5cd9d9de649e3211009ddaa02a3b3f7afb66329 (patch) | |
tree | 42aa74a1d8f5b6824804e1c182ab1262d5d00e3a | |
parent | 42daad23039b605c24f772d3bdb4a095f8461361 (diff) | |
parent | c49e62b69e07659eac1a258fb91cbe938beb7ffa (diff) | |
download | fastdom-c5cd9d9de649e3211009ddaa02a3b3f7afb66329.zip fastdom-c5cd9d9de649e3211009ddaa02a3b3f7afb66329.tar.gz fastdom-c5cd9d9de649e3211009ddaa02a3b3f7afb66329.tar.bz2 |
Merge pull request #39 from keslert/comments
Fixed comments
-rw-r--r-- | index.js | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,3 @@ - /** * FastDom * @@ -57,7 +56,7 @@ /** * Adds a job to the - * write batch and schedules + * read batch and schedules * a new frame if need be. * * @param {Function} fn @@ -338,7 +337,7 @@ }; /** - * Starts of a rAF loop + * Starts a rAF loop * to empty the frame queue. * * @api private |