fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
04a8d4f979ea2dfa425fa8300ee866a4cbfbde4c
[fnpeditor.git]
/
rng.js
1
define(function() {
2
3
'use strict';
4
5
return {
6
modules: {},
7
initModules: ['rng'],
8
permissions: {
9
'skelton': ['getDOM'],
10
'rng': ['getModule', 'handleEvents', 'getDOM']
11
}
12
}
13
14
});