X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/93ea4b37138c4f617a9f8caa75485821d5df4041..7d75b134d25b5001b2ff486d912e2b867eea91d0:/entrypoint.js

diff --git a/entrypoint.js b/entrypoint.js
index 42e7209..f15a832 100644
--- a/entrypoint.js
+++ b/entrypoint.js
@@ -1,6 +1,7 @@
 (function() {
-
-    requirejs.config({
+    'use strict';
+    
+    requirejs.config({
         baseUrl: '/static/editor',
         
         shim: {
@@ -18,7 +19,7 @@
                 deps: ['libs/jquery-1.9.1.min', 'libs/underscore-min']
             }
         }
-
+
     });
     
     requirejs([