Skip to content

Commit

Permalink
fix: resolve code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yetti committed Jan 23, 2024
1 parent ba0ee7a commit 63cb940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .simplecov
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SimpleCov.start "rails" do

# Generated/installed by Blacklight/Arclight.
# CatalogueController is mostly config.
# If any custom code is added to these classes, they should be removed form this filter and
# If any custom code is added to these classes, they should be removed from this filter and
# tested.
add_filter "app/controllers/catalog_controller.rb"
add_filter "app/models/search_builder.rb"
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/blacklight_custom.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(function() {
BlacklightRangeLimit.turnIntoPlot = function turnIntoPlot(container, wait_for_visible) {
// flot can only render in a a div with a defined width.
// flot can only render in a div with a defined width.
// for instance, a hidden div can't generally be rendered in (although if you set
// an explicit width on it, it might work)
//
Expand Down

0 comments on commit 63cb940

Please sign in to comment.