editor: removing unused code
[fnpeditor.git] / src / editor / rng.js
1 define(function() {
2     
3 'use strict';
4     
5 return {
6     modules: {},
7     initModules: ['rng'],
8     permissions: {
9         'rng': ['getModule', 'handleEvents', 'getDOM']
10     }
11 };
12
13 });