Browse Source

Fix trivial

pull/246/head
Masayuki Tanaka 11 years ago
parent
commit
c458905a35
  1. 1
      c3.js
  2. 2
      c3.min.js

1
c3.js

@ -946,7 +946,6 @@
if (! found && t.data.id === d.data.id) {
found = true;
d = t;
return;
}
});
return found ? d : null;

2
c3.min.js vendored

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