Fix - sorting: Correct loader name for datetime-moment plug-in

pull/284/head
Allan Jardine 8 years ago
parent 6bd63e9616
commit 785cd1ca46

@ -22,7 +22,7 @@
(function (factory) { (function (factory) {
if (typeof define === "function" && define.amd) { if (typeof define === "function" && define.amd) {
define(["jquery", "moment", "datatables"], factory); define(["jquery", "moment", "datatables.net"], factory);
} else { } else {
factory(jQuery, moment); factory(jQuery, moment);
} }

Loading…
Cancel
Save