Browse Source

Apply #1153 to src

pull/1207/head
Masayuki Tanaka 9 years ago
parent
commit
f6add829ce
  1. 2
      c3.min.js
  2. 2
      src/tail.js

2
c3.min.js vendored

File diff suppressed because one or more lines are too long

2
src/tail.js

@ -1,5 +1,5 @@
if (typeof define === 'function' && define.amd) {
define("c3", ["d3"], c3);
define("c3", ["d3"], function () { return c3; });
} else if ('undefined' !== typeof exports && 'undefined' !== typeof module) {
module.exports = c3;
} else {

Loading…
Cancel
Save