#15262: Correct codestyle.

This commit is contained in:
Tatiana Kiseleva 2020-12-18 06:59:53 +00:00
parent 6c2c42444b
commit 03ccd34361

View File

@ -556,8 +556,8 @@ return $.widget( "ui.slider", $.ui.mouse, {
max = parseFloat( max.toFixed( this._precision() ) );
var optionMax = parseFloat( this.options.max.toFixed( this._precision() ) );
if ( this.options.includeMax) {
if (max < optionMax ) {
if ( this.options.includeMax ) {
if ( max < optionMax ) {
// If max is not divisible by step and max from options
// should be covered, add one more step.