aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/coffee/analysis-reports/router.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/coffee/analysis-reports/router.coffee')
-rw-r--r--server/sonar-web/src/main/coffee/analysis-reports/router.coffee6
1 files changed, 1 insertions, 5 deletions
diff --git a/server/sonar-web/src/main/coffee/analysis-reports/router.coffee b/server/sonar-web/src/main/coffee/analysis-reports/router.coffee
index db11154c188..5195ec747b5 100644
--- a/server/sonar-web/src/main/coffee/analysis-reports/router.coffee
+++ b/server/sonar-web/src/main/coffee/analysis-reports/router.coffee
@@ -1,8 +1,4 @@
-define [
- 'backbone',
-], (
- Backbone,
-) ->
+define ->
class AppRouter extends Backbone.Router