Browse Source

Merge branch 'master' of github.com:masayuki0812/c3

pull/1207/head
Masayuki Tanaka 9 years ago
parent
commit
5256e530f4
  1. 2
      c3.js

2
c3.js

@ -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 {

Loading…
Cancel
Save