diff options
author | Wilson Page <wilsonpage@me.com> | 2015-02-13 19:49:50 +0000 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2016-01-04 12:21:44 +0000 |
commit | 4ade1a6b6b14fcef9686ab9eb03e6e4951b948fc (patch) | |
tree | 1cf3226ef4b51cbd069bc01ca15343f081646657 /test/setup.js | |
parent | 6c4958941d2c86cdfa6dc17a8b286399f3f71729 (diff) | |
download | fastdom-origin/v1-beta.zip fastdom-origin/v1-beta.tar.gz fastdom-origin/v1-beta.tar.bz2 |
Diffstat (limited to 'test/setup.js')
-rw-r--r-- | test/setup.js | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/setup.js b/test/setup.js deleted file mode 100644 index 0844695..0000000 --- a/test/setup.js +++ /dev/null @@ -1,18 +0,0 @@ - -// RequestAnimationFrame Polyfill -var raf = window.requestAnimationFrame - || window.webkitRequestAnimationFrame - || window.mozRequestAnimationFrame - || function(cb) { window.setTimeout(cb, 1000 / 60); }; - -// Make constructor -var FastDom = fastdom.constructor; - -// Alias chai.assert -var assert = chai.assert; - -function objectLength(object) { - var l = 0; - for (var key in object) l++; - return l; -}
\ No newline at end of file |