summaryrefslogtreecommitdiffstats
path: root/lib/dom-batch.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dom-batch.js')
-rw-r--r--lib/dom-batch.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/dom-batch.js b/lib/dom-batch.js
index 969622c..3fd4e2c 100644
--- a/lib/dom-batch.js
+++ b/lib/dom-batch.js
@@ -1,4 +1,14 @@
+/**
+ * DOM-Batch
+ *
+ * Eliminates layout thrashing
+ * by batching DOM read/write
+ * interactions.
+ *
+ * @author Wilson Page <wilsonpage@me.com>
+ */
+
;(function(){
'use strict';