2dbd948c91d8d286cf02a83246a3b31f1d1e515e
[fnpeditor.git] / modules / skelton.js
1 rng.modules.skelton = function(sandbox) {\r
2     return {\r
3         start: function() {\r
4             sandbox.publish('ready');\r
5         },\r
6         setMainView: function(view) {\r
7             sandbox.getDOM().html(view);\r
8         }\r
9     }\r
10 };