X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/601fd5decd2c36c4612487b8bfeb6df7d94a4ac2..0912ecb847ddbbe4b04b7125389dbba026205750:/modules/rng/rng.js diff --git a/modules/rng/rng.js b/modules/rng/rng.js index c42b985..308549c 100644 --- a/modules/rng/rng.js +++ b/modules/rng/rng.js @@ -64,13 +64,6 @@ return function(sandbox) { } } - eventHandlers.rng2 = { - ready: function() { - addMainTab('rng2 test', 'rng2test', sandbox.getModule('rng2').getView()); - - } - } - eventHandlers.mainBar = { ready: function() { views.mainLayout.setView('topPanel', sandbox.getModule('mainBar').getView());