Experimenting with higher level canvas api
[fnpeditor.git] / entrypoint.js
index ac80979..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