소스 검색

chore: removed test code

tags/v0.10.4^2
Shaun 2 년 전
부모
커밋
728a219eae
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. +0
    -6
      src/client/js/system/client.js

+ 0
- 6
src/client/js/system/client.js 파일 보기

@@ -13,12 +13,6 @@ define([
transports: ['websocket']
});

window.socket = this.socket;

/*this.socket = io('http://127.0.0.1:3000', {
transports: ['websocket']
});*/

this.socket.on('connect', this.onConnected.bind(this, onReady));
this.socket.on('handshake', this.onHandshake.bind(this));
this.socket.on('event', this.onEvent.bind(this));


불러오는 중...
취소
저장