this.buttonUp.addEventListener( 'click', valueUp );
this.input.addEventListener( 'focus', function() {
_this.input.value = _this.getValue();
});
window.addEventListener( 'mouseup', function() {
clearInterval( mdTimeout );
clearInterval( mdInterval );
});