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