commit | e2991cd1862205c382b719032962a7444e6c1863 | [log] [tgz] |
---|---|---|
author | Axel Colin de Verdiere <axel@pionid.com> | Fri May 18 16:49:27 2012 -0700 |
committer | Axel Colin de Verdiere <axel@pionid.com> | Fri May 18 16:49:27 2012 -0700 |
tree | b208ea34db2fe4714ca30cbae005713e2618387e | |
parent | e37e9af1b6404676bd0871ee1ade773a3d0fc59d [diff] [blame] |
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;