Commit b2c431d2 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Merge branch 'master' of https://github.com/hotzenklotz/c3 into hotzenklotz-master

parents c86938d0 029891c7
...@@ -3962,7 +3962,7 @@ ...@@ -3962,7 +3962,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