Experimenting with higher level canvas api
[fnpeditor.git] / entrypoint.js
index 70659e9..6f81c94 100644 (file)
@@ -1,5 +1,6 @@
 (function() {
-
+    'use strict';
+    
     requirejs.config({\r
         baseUrl: '/static/editor',
         
             },
             '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
@@ -19,7 +24,7 @@
     
     requirejs([
         'libs/jquery-1.9.1.min',
-        'runner',
+        'fnpjs/runner',
         'rng',
         './modules',
         'libs/bootstrap/js/bootstrap.min'