ea84ee38babd9de9b452d32492b631d870ff14fd
[fnpeditor.git] / modules / sourceEditor.js
1 rng.modules.sourceEditor = 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>source editor</p>');\r
9         }\r
10     \r
11     }\r
12 };