Topo2: initial service to add sprites to topology

Change-Id: I3d7ea53c94c875ad0590fc02025f2b389087b0b2
diff --git a/web/gui/src/main/webapp/app/view/topo2/topo2Layout.js b/web/gui/src/main/webapp/app/view/topo2/topo2Layout.js
index 596524f..9a639bf 100644
--- a/web/gui/src/main/webapp/app/view/topo2/topo2Layout.js
+++ b/web/gui/src/main/webapp/app/view/topo2/topo2Layout.js
@@ -157,9 +157,10 @@
                             .on("start", function () {
 
                                 // TODO: Find a better way to do this
-                                setTimeout(function () {
-                                    _this.centerLayout();
-                                }, 500);
+                                // TODO: BROKEN - Click and dragging and element triggers this event
+//                                setTimeout(function () {
+//                                    _this.centerLayout();
+//                                }, 500);
                             })
                             .start();