瀏覽代碼

Make profiler work again (#10462)

tags/8.3.0.alpha1
Artur 6 年之前
父節點
當前提交
2558f364c1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      client/src/main/java/com/vaadin/client/Profiler.java

+ 1
- 1
client/src/main/java/com/vaadin/client/Profiler.java 查看文件

@@ -289,7 +289,7 @@ public class Profiler {

private native String getEvtGroup()
/*-{
return this.EVT_GROUP;
return this.evtGroup;
}-*/;

private native double getMillis()

Loading…
取消
儲存