Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-05 11:07:40 +0300
committerPhil Hughes <me@iamphill.com>2016-04-05 11:07:40 +0300
commit8e3f5ebaa080bec65b35c21b8a70f84c7ed9fa63 (patch)
tree4b912899cad148a85411ae81ab939d16f1c49422 /app/assets/javascripts/gl_dropdown.js.coffee
parentf76066b9fb17cd0aace49e353d57ce05976f27e8 (diff)
CS multiline
Diffstat (limited to 'app/assets/javascripts/gl_dropdown.js.coffee')
-rw-r--r--app/assets/javascripts/gl_dropdown.js.coffee10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/javascripts/gl_dropdown.js.coffee b/app/assets/javascripts/gl_dropdown.js.coffee
index 466213496e2..6a825a67a14 100644
--- a/app/assets/javascripts/gl_dropdown.js.coffee
+++ b/app/assets/javascripts/gl_dropdown.js.coffee
@@ -331,11 +331,11 @@ class GitLabDropdown
).join('')
noResults: ->
- html = "<li class='dropdown-menu-empty-link'>"
- html += "<a href='#' class='is-focused'>"
- html += "No matching results."
- html += "</a>"
- html += "</li>"
+ html = "<li class='dropdown-menu-empty-link'>
+ <a href='#' class='is-focused'>
+ No matching results.
+ </a>
+ </li>"
highlightRow: (index) ->
if @filterInput.val() isnt ""