GUI -- TopoView - Linking Oblique module in.
- updated oblique test scenario events.

Change-Id: I590f22fbbc356c564cefe8d87e73fed701d88f98
diff --git a/web/gui/src/main/webapp/app/view/topo/topoOblique.js b/web/gui/src/main/webapp/app/view/topo/topoOblique.js
index 2a2f81f..4b7bc50 100644
--- a/web/gui/src/main/webapp/app/view/topo/topoOblique.js
+++ b/web/gui/src/main/webapp/app/view/topo/topoOblique.js
@@ -38,6 +38,11 @@
 
     // ==========================
 
+
+    function toggleOblique() {
+        $log.log("TOGGLING OBLIQUE VIEW");
+    }
+
 // === -----------------------------------------------------
 // === MODULE DEFINITION ===
 
@@ -57,7 +62,9 @@
 
         return {
             initOblique: initOblique,
-            destroyOblique: destroyOblique
+            destroyOblique: destroyOblique,
+
+            toggleOblique: toggleOblique
         };
     }]);
 }());