From d5007216b5cddf20e79449d1020b1b5015ae8952 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Fri, 7 Jun 2013 16:43:28 +0200 Subject: [PATCH] Cleanup - removing old rng2 code --- modules/rng/rng.js | 7 ------- 1 file changed, 7 deletions(-) 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()); -- 2.20.1