Commit 3c9a05e3 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Merge pull request #1153 from admwx7/master

Enforcing the AMD factory standard
parents 429f2b40 4f8f63c0
...@@ -7222,7 +7222,7 @@ ...@@ -7222,7 +7222,7 @@
} }
if (typeof define === 'function' && define.amd) { if (typeof define === 'function' && define.amd) {
define("c3", ["d3"], c3); define("c3", ["d3"], function () { return c3; });
} else if ('undefined' !== typeof exports && 'undefined' !== typeof module) { } else if ('undefined' !== typeof exports && 'undefined' !== typeof module) {
module.exports = c3; module.exports = c3;
} else { } else {
......
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