🌐 AI搜索 & 代理 主页
Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit 80932a7

Browse files
silly AMD module, don't import yourself!
1 parent 62689c0 commit 80932a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dc_datatables.crossfilter = crossfilter;
44

55
return dc_datatables;}
66
if(typeof define === "function" && define.amd) {
7-
define(["dc_datatables"], _dcdt);
7+
define([], _dcdt);
88
} else if(typeof module === "object" && module.exports) {
99
var _dc = require('dc');
1010
module.exports = _dcdt(_dc);

0 commit comments

Comments
 (0)