summaryrefslogtreecommitdiffstats
path: root/lib/dom-batch.js
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-08-26 21:50:57 +0100
committerWilson Page <wilsonpage@me.com>2013-08-26 21:50:57 +0100
commitae868e471994a191ecbfc9a3ff58f8a5962af978 (patch)
tree3ec870485197697f0979044a274591f978e15614 /lib/dom-batch.js
parent4bbb7bcb6a68d54e65ac6cc0df06cfe520527d00 (diff)
downloadfastdom-ae868e471994a191ecbfc9a3ff58f8a5962af978.zip
fastdom-ae868e471994a191ecbfc9a3ff58f8a5962af978.tar.gz
fastdom-ae868e471994a191ecbfc9a3ff58f8a5962af978.tar.bz2
Added banner
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';