Remove unused reference

This commit is contained in:
Pat Cavit 2016-05-18 23:59:44 -07:00 committed by Pat Cavit
parent ce42adb720
commit 89dfd6e97d

View file

@ -4,7 +4,6 @@ var FRAME_BUDGET = 16 // 60 frames per second = 1 call per 16 ms
module.exports = function($window, render) {
var rAF = $window.requestAnimationFrame || $window.setTimeout
var cAF = $window.cancelAnimationFrame || $window.clearTimeout
var last = 0
var pending = null