提交 785aac7d 编写于 作者: J Johannes Rieken

fix #40209

上级 2d1e2559
......@@ -31,7 +31,7 @@ define([], function () {
}
function exportEntries() {
return global._performanceEntries.splice(0);
return global._performanceEntries.slice(0);
}
function getEntries(type, name) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册