Move the parameter to the end of the function.

Move the parameter to the end of the function for backward compatibility purposes.
pull/430/head
Alexander 6 years ago committed by GitHub
parent 60362bf3c9
commit 61dfc198c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@
}
}(function ($, moment) {
$.fn.dataTable.moment = function ( format, reverseEmpties, locale ) {
$.fn.dataTable.moment = function ( format, locale, reverseEmpties ) {
var types = $.fn.dataTable.ext.type;
// Add type detection

Loading…
Cancel
Save