From: Aleksander Ɓukasz Date: Fri, 7 Jun 2013 14:43:28 +0000 (+0200) Subject: Cleanup - removing old rng2 code X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/d5007216b5cddf20e79449d1020b1b5015ae8952?ds=sidebyside Cleanup - removing old rng2 code --- 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());