Jsdoc comment for createRoute
diff --git a/js/java_socket_bridge.js b/js/java_socket_bridge.js
index 5ecb343..3eccdfc 100644
--- a/js/java_socket_bridge.js
+++ b/js/java_socket_bridge.js
@@ -29,6 +29,11 @@
 

 

 //Sets the route to ccnx router

+/**

+ * Setup the router to use

+ * @url the url of the remote NDN router

+ * @port the port of the remote NDN router

+ */

 function createRoute(url, port){

 	ndnport = port;

 	ndnurl=url;