Two tabs working
[fnpeditor.git] / modules / visualEditor.js
1 rng.modules.visualEditor = function(sandbox) {\r
2 \r
3     return {\r
4         start: function() {\r
5             sandbox.publish('ready');\r
6         },\r
7         getView: function() {\r
8             return $('<p>visual editor</p>');\r
9         }\r
10     \r
11     }\r
12 };