diff --git a/jquery.datetimepicker.js b/jquery.datetimepicker.js index 13c0f5b..2b7a4f7 100644 --- a/jquery.datetimepicker.js +++ b/jquery.datetimepicker.js @@ -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;