aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/coffee/coding-rules
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-07-18 11:58:22 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-07-18 12:26:20 +0200
commit2cc04077c80f684fc3860b1b622accf4eb0af08d (patch)
tree13bb020eb7528d4e7e2a92e8fddc4a45cd06c009 /server/sonar-web/src/main/coffee/coding-rules
parent0867840d7ce984d7008dc6f3d1cded806bf4252d (diff)
downloadsonarqube-2cc04077c80f684fc3860b1b622accf4eb0af08d.tar.gz
sonarqube-2cc04077c80f684fc3860b1b622accf4eb0af08d.zip
SONAR-5460 Refactor out bubble popup component
Diffstat (limited to 'server/sonar-web/src/main/coffee/coding-rules')
-rw-r--r--server/sonar-web/src/main/coffee/coding-rules/views/coding-rules-parameter-popup-view.coffee4
1 files changed, 1 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/coffee/coding-rules/views/coding-rules-parameter-popup-view.coffee b/server/sonar-web/src/main/coffee/coding-rules/views/coding-rules-parameter-popup-view.coffee
index 4277d205433..52ece5db2a9 100644
--- a/server/sonar-web/src/main/coffee/coding-rules/views/coding-rules-parameter-popup-view.coffee
+++ b/server/sonar-web/src/main/coffee/coding-rules/views/coding-rules-parameter-popup-view.coffee
@@ -1,13 +1,11 @@
define [
'backbone.marionette'
'templates/coding-rules'
- 'component-viewer/popup'
-# 'component-viewer/utils'
+ 'common/popup'
], (
Marionette
Templates
Popup
-# utils
) ->
$ = jQuery