Converting end of lines from crlf to lf
[fnpeditor.git] / entrypoint.js
index 42e7209..f15a832 100644 (file)
@@ -1,6 +1,7 @@
 (function() {
-
-    requirejs.config({\r
+    'use strict';
+    
+    requirejs.config({
         baseUrl: '/static/editor',
         
         shim: {
@@ -18,7 +19,7 @@
                 deps: ['libs/jquery-1.9.1.min', 'libs/underscore-min']
             }
         }
-\r
+
     });
     
     requirejs([