1 d3.timer = function() { 2 d3_timer.apply(this, arguments); 3 }; 4 ... 9 var time = then + delay, timer = { 10 c: callback, 11 t: time, 12 n: null 13 } ...
確定! 回上一頁