ソースを参照

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()

読み込み中…
キャンセル
保存