소스 검색

!= to !== (#39)

披荆斩棘 8 년 전
부모
커밋
27a1ba462b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      complete/src/main/resources/static/app.js

+ 1 - 1
complete/src/main/resources/static/app.js

@@ -25,7 +25,7 @@ function connect() {
 }
 
 function disconnect() {
-    if (stompClient != null) {
+    if (stompClient !== null) {
         stompClient.disconnect();
     }
     setConnected(false);