diff --git a/app/index.js b/app/index.js index 81d5a28d..51802353 100644 --- a/app/index.js +++ b/app/index.js @@ -139,6 +139,7 @@ function (namespace, jQuery, Backbone, Example) { app.router.navigate(href, true); } }); + }); }); diff --git a/app/modules/example.js b/app/modules/example.js index 6278ff74..c7ee8178 100644 --- a/app/modules/example.js +++ b/app/modules/example.js @@ -1,6 +1,5 @@ define([ "namespace", - "use!backbone" ],