Browse Source

Modify interval for spec done

pull/1003/head
Masayuki Tanaka 10 years ago
parent
commit
d5396bf728
  1. 2
      spec/c3-helper.js

2
spec/c3-helper.js

@ -39,7 +39,7 @@ function initChart(chart, args, done) {
window.setTimeout(function () {
done();
}, 10);
}, 100);
return chart;
}

Loading…
Cancel
Save