MCPcopy Create free account
hub / github.com/breck7/scroll / cjsRequires

Function cjsRequires

external/.datatables.js:12691–12695  ·  view source on GitHub ↗
(root, $)

Source from the content-addressed store, hash-verified

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, $) {

Callers 1

.datatables.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected