소스 검색

use clearInterval (there wasnt any bug)

Adam Shaw 8 년 전
부모
커밋
171d53a242
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/View.js

+ 1 - 1
src/View.js

@@ -460,7 +460,7 @@ var View = FC.View = InteractiveDateComponent.extend({
 				this.nowIndicatorTimeoutID = null;
 			}
 			if (this.nowIndicatorIntervalID) {
-				clearTimeout(this.nowIndicatorIntervalID);
+				clearInterval(this.nowIndicatorIntervalID);
 				this.nowIndicatorIntervalID = null;
 			}