editor: styling gutter comments
[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 });