summaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-02-20 11:04:02 +0100
committerStas Vilchik <vilchiks@gmail.com>2015-02-20 11:04:09 +0100
commit326cf2a887dd5583e97283c08b4102d4f562fde3 (patch)
treef60756b8700ac5d39cb9d2aef2dbb0ea1d86cc34 /server/sonar-web/Gruntfile.coffee
parenta66973a3b3b249effd46904307d249ae4b5abea5 (diff)
downloadsonarqube-326cf2a887dd5583e97283c08b4102d4f562fde3.tar.gz
sonarqube-326cf2a887dd5583e97283c08b4102d4f562fde3.zip
fix quality flaws
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r--server/sonar-web/Gruntfile.coffee2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee
index fbb1f883bc3..840d2784188 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -102,7 +102,6 @@ module.exports = (grunt) ->
'<%= grunt.option("assetsDir") || pkg.assets %>js/graphics/pie-chart.js'
'<%= grunt.option("assetsDir") || pkg.assets %>js/graphics/timeline.js'
'<%= grunt.option("assetsDir") || pkg.assets %>js/graphics/barchart.js'
- '<%= grunt.option("assetsDir") || pkg.assets %>js/top-search.js'
'<%= grunt.option("assetsDir") || pkg.assets %>js/sortable.js'
'<%= grunt.option("assetsDir") || pkg.assets %>js/common/inputs.js'
'<%= grunt.option("assetsDir") || pkg.assets %>js/common/dialogs.js'
@@ -148,7 +147,6 @@ module.exports = (grunt) ->
'<%= grunt.option("assetsDir") || pkg.assets %>js/graphics/pie-chart.js'
'<%= grunt.option("assetsDir") || pkg.assets %>js/graphics/timeline.js'
'<%= grunt.option("assetsDir") || pkg.assets %>js/graphics/barchart.js'
- '<%= grunt.option("assetsDir") || pkg.assets %>js/top-search.js'
'<%= grunt.option("assetsDir") || pkg.assets %>js/sortable.js'
'<%= grunt.option("assetsDir") || pkg.assets %>js/common/inputs.js'
'<%= grunt.option("assetsDir") || pkg.assets %>js/common/dialogs.js'