(root, $)
| 12689 | // CommonJS |
| 12690 | var jq = require("jquery") |
| 12691 | var cjsRequires = function (root, $) { |
| 12692 | if (!$.fn.dataTable) { |
| 12693 | require("datatables.net")(root, $) |
| 12694 | } |
| 12695 | } |
| 12696 | |
| 12697 | if (typeof window === "undefined") { |
| 12698 | module.exports = function (root, $) { |