Commit 95215515 authored by yann300's avatar yann300

remove show/hide from Slider

parent 26b7db86
......@@ -77,14 +77,6 @@ class Slider {
this.view.querySelector('#slider').removeAttribute('disabled')
}
}
show () {
this.view.style.display = 'block'
}
hide () {
this.view.style.display = 'none'
}
}
module.exports = Slider
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment