aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/coffee/dashboard
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-07-24 15:24:02 +0200
committerStas Vilchik <vilchiks@gmail.com>2014-07-24 15:24:02 +0200
commitdcfdca7d478410128a0feea40b4b89c40bb020c6 (patch)
treefc88e5301a0435faa3c899ad9a8fc8abe45e24f8 /server/sonar-web/src/main/coffee/dashboard
parentd63b7e206d8621b5cffed9f6baa548034f3d6a44 (diff)
downloadsonarqube-dcfdca7d478410128a0feea40b4b89c40bb020c6.tar.gz
sonarqube-dcfdca7d478410128a0feea40b4b89c40bb020c6.zip
Fix double inclusion of jquery.mockjax into medium tests
Diffstat (limited to 'server/sonar-web/src/main/coffee/dashboard')
-rw-r--r--server/sonar-web/src/main/coffee/dashboard/file-app.coffee1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/coffee/dashboard/file-app.coffee b/server/sonar-web/src/main/coffee/dashboard/file-app.coffee
index 661562cef33..0e35c084710 100644
--- a/server/sonar-web/src/main/coffee/dashboard/file-app.coffee
+++ b/server/sonar-web/src/main/coffee/dashboard/file-app.coffee
@@ -5,7 +5,6 @@ requirejs.config
'backbone': 'third-party/backbone'
'backbone.marionette': 'third-party/backbone.marionette'
'handlebars': 'third-party/handlebars'
- 'jquery.mockjax': 'third-party/jquery.mockjax'
shim:
'backbone.marionette':