Unnecessary semicolons

Unnecessary semicolons
This commit is contained in:
demis-palma 2014-06-04 14:46:24 +01:00
parent ecc2a3b00e
commit e83c1ab6a5

View File

@ -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;