X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/39f85f733b10ae8b454fa140eec6ad7c106cc8f1..a5871ab5512d87a33e7e95451d26ee7d3e789742:/modules/skelton.js?ds=inline diff --git a/modules/skelton.js b/modules/skelton.js new file mode 100644 index 0000000..2dbd948 --- /dev/null +++ b/modules/skelton.js @@ -0,0 +1,10 @@ +rng.modules.skelton = function(sandbox) { + return { + start: function() { + sandbox.publish('ready'); + }, + setMainView: function(view) { + sandbox.getDOM().html(view); + } + } +}; \ No newline at end of file