From: Aleksander Ɓukasz Date: Mon, 8 Apr 2013 14:38:17 +0000 (+0200) Subject: Different tabs order X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/dcfd364712eefa84d96a477149f34a623cf7ddde Different tabs order --- diff --git a/modules/rng.js b/modules/rng.js index 98b4619..e6f3c26 100644 --- a/modules/rng.js +++ b/modules/rng.js @@ -17,7 +17,7 @@ rng.modules.rng = function(sandbox) { eventHandlers.tabsManager = { ready: function() { sandbox.getModule('skelton').setMainView(sandbox.getModule('tabsManager').getView()); - _.each(['sourceEditor', 'visualEditor'], function(moduleName) { + _.each(['visualEditor', 'sourceEditor'], function(moduleName) { sandbox.getModule(moduleName).start(); }); }