提交 78273553 编写于 作者: T tschw

Player: Add fallback for 'performance.now()'.

上级 c2f5a8ce
......@@ -212,7 +212,7 @@ var APP = {
dispatch( events.start, arguments );
request = requestAnimationFrame( animate );
prevTime = performance.now();
prevTime = ( window.performance || Date ).now();
};
this.stop = function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册