X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/8867ca067b8cd6d88eee386f00f15a031c297a79..a15440ff7162c8cc0731e260cf4cacab5b998c62:/rng.js diff --git a/rng.js b/rng.js index 09ca0e4..e30a633 100644 --- a/rng.js +++ b/rng.js @@ -1,8 +1,8 @@ -var rng = { +define({ modules: {}, initModules: ['rng'], permissions: { 'skelton': ['getDOM'], 'rng': ['getModule', 'handleEvents'] } -}; \ No newline at end of file +}); \ No newline at end of file