Browse Source

Fix type check

pull/246/head
Masayuki Tanaka 10 years ago
parent
commit
a890f11306
  1. 3
      c3.js
  2. 2
      c3.min.js

3
c3.js

@ -1957,6 +1957,9 @@
withoutFadeIn[id] = (type === __data_types[id]);
__data_types[id] = type;
});
if (!targetIds) {
__data_type = type;
}
}
function hasType(targets, type) {
var has = false;

2
c3.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save