Applied fix from njduck@gmail.com to fix Bug 139
authorJulius Marchwicki <jmarchwi@ford.com>
Thu, 5 Dec 2013 18:41:39 +0000 (13:41 -0500)
committerJulius Marchwicki <jmarchwi@ford.com>
Thu, 5 Dec 2013 18:41:39 +0000 (13:41 -0500)
SDL_Core/src/components/HMI/ffw/RPCClient.js

index f02a5a7..601f995 100755 (executable)
@@ -75,7 +75,7 @@ FFW.RPCClient = Em.Object
             this.observer = observer;\r
             this.idStart = startId;\r
 \r
-            this.socket = new WebSocket(this.url, 'sample');\r
+            this.socket = new WebSocket(this.url);\r
 \r
             var self = this;\r
 \r
@@ -275,4 +275,4 @@ FFW.RPCClient = Em.Object
             return this.requestId;\r
         }\r
 \r
-    })
\ No newline at end of file
+    })\r