소스 검색

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…
취소
저장