X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/8867ca067b8cd6d88eee386f00f15a031c297a79..a15440ff7162c8cc0731e260cf4cacab5b998c62:/modules/rng.js diff --git a/modules/rng.js b/modules/rng.js index 36bd2f8..ffb228d 100644 --- a/modules/rng.js +++ b/modules/rng.js @@ -1,4 +1,6 @@ -rng.modules.rng = function(sandbox) { +define(function() { + +return function(sandbox) { function addTab(title, slug, view) { sandbox.getModule('tabsManager').addTab(title, slug, view); @@ -94,4 +96,6 @@ rng.modules.rng = function(sandbox) { } } } -}; \ No newline at end of file +}; + +}); \ No newline at end of file