summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/index.js b/index.js
index 648f774..c9cc7c8 100644
--- a/index.js
+++ b/index.js
@@ -19,17 +19,6 @@
|| window.msRequestAnimationFrame
|| function(cb) { return window.setTimeout(cb, 1000 / 60); };
- // Normalize cAF
- var caf = window.cancelAnimationFrame
- || window.cancelRequestAnimationFrame
- || window.mozCancelAnimationFrame
- || window.mozCancelRequestAnimationFrame
- || window.webkitCancelAnimationFrame
- || window.webkitCancelRequestAnimationFrame
- || window.msCancelAnimationFrame
- || window.msCancelRequestAnimationFrame
- || function(id) { window.clearTimeout(id); };
-
/**
* Creates a fresh
* FastDom instance.