X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/a15440ff7162c8cc0731e260cf4cacab5b998c62..df248fcadb1956e5027424ab9e59c41ddd96d3bd:/modules/rng.js diff --git a/modules/rng.js b/modules/rng.js index ffb228d..6068d4d 100644 --- a/modules/rng.js +++ b/modules/rng.js @@ -1,14 +1,15 @@ define(function() { return function(sandbox) { - + 'use strict'; + function addTab(title, slug, view) { sandbox.getModule('tabsManager').addTab(title, slug, view); } /* Events handling */ - eventHandlers = {}; + var eventHandlers = {}; eventHandlers.skelton = { ready: function() {