Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
junchangchen committed Apr 23, 2017
1 parent 238af14 commit b958959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/bootstrap-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ const windowIsDefined = (typeof window === "object");

/* Create highlight range elements */
this.rangeHighlightElements = [];
var rangeHighlightsOpts = this.options.rangeHighlights;
const rangeHighlightsOpts = this.options.rangeHighlights;
if (Array.isArray(rangeHighlightsOpts) && rangeHighlightsOpts.length > 0) {
for (let j = 0; j < rangeHighlightsOpts.length; j++) {
var rangeHighlightElement = document.createElement("div");
Expand Down

0 comments on commit b958959

Please sign in to comment.