Converting end of lines from crlf to lf
[fnpeditor.git] / entrypoint.js
index 70659e9..f15a832 100644 (file)
@@ -1,6 +1,7 @@
 (function() {
-
-    requirejs.config({\r
+    'use strict';
+    
+    requirejs.config({
         baseUrl: '/static/editor',
         
         shim: {
             },
             'libs/bootstrap/js/bootstrap.min': {
                 deps: ['libs/jquery-1.9.1.min']
+            },
+            'libs/backbone-min': {
+                exports: 'Backbone',
+                deps: ['libs/jquery-1.9.1.min', 'libs/underscore-min']
             }
         }
-\r
+
     });
     
     requirejs([
         'libs/jquery-1.9.1.min',
-        'runner',
+        'fnpjs/runner',
         'rng',
         './modules',
         'libs/bootstrap/js/bootstrap.min'