summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-11-30 06:33:37 -0800
committerWilson Page <wilsonpage@me.com>2013-11-30 06:33:37 -0800
commitc5cd9d9de649e3211009ddaa02a3b3f7afb66329 (patch)
tree42aa74a1d8f5b6824804e1c182ab1262d5d00e3a
parent42daad23039b605c24f772d3bdb4a095f8461361 (diff)
parentc49e62b69e07659eac1a258fb91cbe938beb7ffa (diff)
downloadfastdom-c5cd9d9de649e3211009ddaa02a3b3f7afb66329.zip
fastdom-c5cd9d9de649e3211009ddaa02a3b3f7afb66329.tar.gz
fastdom-c5cd9d9de649e3211009ddaa02a3b3f7afb66329.tar.bz2
Merge pull request #39 from keslert/comments
Fixed comments
-rw-r--r--index.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.js b/index.js
index ed0cfeb..648f774 100644
--- a/index.js
+++ b/index.js
@@ -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