Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaorosz committed Feb 5, 2018
1 parent 555328b commit 3f3b558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/range-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const defaults = {
* @param {HTMLElement} element
* @param {this} options
*/
export default class RangeSlider {
export class RangeSlider {
constructor(element, options) {
let minSetByDefault;
let maxSetByDefault;
Expand Down

0 comments on commit 3f3b558

Please sign in to comment.