summaryrefslogtreecommitdiffstats
path: root/test/setup.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/setup.js')
-rw-r--r--test/setup.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/setup.js b/test/setup.js
index c556d1b..a28247b 100644
--- a/test/setup.js
+++ b/test/setup.js
@@ -3,4 +3,6 @@
var raf = window.requestAnimationFrame
|| window.webkitRequestAnimationFrame
|| window.mozRequestAnimationFrame
- || function(cb) { window.setTimeout(cb, 1000 / 60); }; \ No newline at end of file
+ || function(cb) { window.setTimeout(cb, 1000 / 60); };
+
+var DomBatch = dom.constructor; \ No newline at end of file