Two tabs working
[fnpeditor.git] / modules / visualEditor.js
index 29506a5..e53bfbf 100644 (file)
@@ -2,6 +2,10 @@ rng.modules.visualEditor = function(sandbox) {
 \r
     return {\r
         start: function() {\r
+            sandbox.publish('ready');\r
+        },\r
+        getView: function() {\r
+            return $('<p>visual editor</p>');\r
         }\r
     \r
     }\r