mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
Unnecessary semicolons
Unnecessary semicolons
This commit is contained in:
parent
ecc2a3b00e
commit
e83c1ab6a5
@ -259,7 +259,7 @@
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Date.prototype.countDaysInMonth = function(){
|
||||
return new Date(this.getFullYear(), this.getMonth()+1, 0).getDate();
|
||||
@ -353,7 +353,7 @@
|
||||
timeboxparent.trigger('scroll_element.xdsoft_scroller',[(top-(coord.y-start.y))/(height-parentHeight)]);
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
};
|
||||
}
|
||||
});
|
||||
timeboxparent.on('touchend touchcancel',function( event ) {
|
||||
start = false;
|
||||
|
Loading…
Reference in New Issue
Block a user