GUI -- TopoView - Initial work for implementing link selection.
- a step in the direction for showing port numbers.

Change-Id: I313782374c82b87b6d426e88519a5ab7c072a622
diff --git a/web/gui/src/main/webapp/app/view/topo/topo.js b/web/gui/src/main/webapp/app/view/topo/topo.js
index 998f442..2aebee8 100644
--- a/web/gui/src/main/webapp/app/view/topo/topo.js
+++ b/web/gui/src/main/webapp/app/view/topo/topo.js
@@ -232,6 +232,7 @@
                     showNoDevs: showNoDevs,
                     projection: function () { return projection; },
                     zoomLayer: function () { return zoomLayer; },
+                    zoomer: function () { return zoomer; },
                     opacifyMap: opacifyMap,
                     sendEvent: _tes_.sendEvent
                 };
@@ -287,7 +288,7 @@
             );
 
             forceG = zoomLayer.append('g').attr('id', 'topo-force');
-            tfs.initForce(forceG, uplink, dim);
+            tfs.initForce(svg, forceG, uplink, dim);
             tis.initInst({ showMastership: tfs.showMastership });
             tps.initPanels({ sendEvent: tes.sendEvent });
             tes.openSock();