Missing strict declarations
[fnpeditor.git] / modules / rng / rng.js
index 8202346..deda771 100644 (file)
@@ -6,8 +6,9 @@ define([
 'libs/text!./editingLayout.html',\r
 ], function(layout, vbox, tabs, mainLayoutTemplate, visualEditingLayoutTemplate) {\r
 \r
+'use strict';\r
+\r
 return function(sandbox) {\r
-    'use strict';\r
     \r
     function addMainTab(title, slug, view) {\r
         views.mainTabs.addTab(title, slug, view);\r