Commit 029891c7 authored by Tom Herold's avatar Tom Herold

changed AMD define

parent 951a78ac
...@@ -3932,7 +3932,7 @@ ...@@ -3932,7 +3932,7 @@
} }
if (typeof window.define === "function" && window.define.amd) { if (typeof window.define === "function" && window.define.amd) {
window.define(c3); window.define("c3", ["d3"], c3);
} else { } else {
window.c3 = c3; window.c3 = c3;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment