fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
cleanup: moving vkbeautify.js to /libs
[fnpeditor.git]
/
src
/
editor
/
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
});