Skip to content

Commit

Permalink
Remove superfluous newline
Browse files Browse the repository at this point in the history
  • Loading branch information
koenpunt committed Apr 7, 2014
1 parent 466d31c commit 98ab853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coffee/chosen.jquery.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ class Chosen extends AbstractChosen
if @search_field.val() is @default_text then "" else $('<div/>').text($.trim(@search_field.val())).html()

winnow_results_set_highlight: ->

selected_results = if not @is_multiple then @search_results.find(".result-selected.active-result") else []
do_high = if selected_results.length then selected_results.first() else @search_results.find(".active-result").first()

Expand Down

0 comments on commit 98ab853

Please sign in to comment.