Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/sorting'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDEVpro committed Mar 16, 2019
2 parents 90dcdf2 + 61dfc19 commit e5c99c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorting/datetime-moment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5c99c6

Please sign in to comment.