Missing strict declarations
[fnpeditor.git] / entrypoint.js
index 42e7209..6f81c94 100644 (file)
@@ -1,5 +1,6 @@
 (function() {
-
+    'use strict';
+    
     requirejs.config({\r
         baseUrl: '/static/editor',