summaryrefslogtreecommitdiffstats
path: root/js/app
diff options
context:
space:
mode:
Diffstat (limited to 'js/app')
-rw-r--r--js/app/Run.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/app/Run.js b/js/app/Run.js
index 44c01a5e5..9b068910c 100644
--- a/js/app/Run.js
+++ b/js/app/Run.js
@@ -105,4 +105,5 @@ app.run(($rootScope, $location, $http, $q, $interval, Loading, ItemResource,
$rootScope.$on('$routeChangeError', () => {
$location.path('/items');
});
+
}); \ No newline at end of file