diff options
Diffstat (limited to 'www/js/router.js')
-rw-r--r-- | www/js/router.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/router.js b/www/js/router.js index 3abbe49..29a5d64 100644 --- a/www/js/router.js +++ b/www/js/router.js @@ -1,4 +1,4 @@ -;(function (FMS, Backbone, _, $) { +(function (FMS, Backbone, _, $) { _.extend(FMS, { appRouter: Backbone.Router.extend({ currentView: null, |