OSDN Git Service

[TMP] before create Console service
[eos/zephyr.git] / front-end / app / scripts / services / WebSocket.ts
index f4ee4ab..c90b149 100644 (file)
@@ -2,8 +2,6 @@ namespace app.services{
     export class WebSocket {
         private socket: any;
 
-        //public static $inject = ['$rootScope'];
-
         constructor(private $rootScope: ng.IRootScopeService) {
             this.socket = io.connect();
         }