Down to 7 test failures

This commit is contained in:
Tom MacWright
2016-09-06 11:16:47 -04:00
parent fcb2c3df58
commit 6bfe6a8640
6 changed files with 12 additions and 11 deletions
-1
View File
@@ -1,5 +1,4 @@
import * as d3 from 'd3';
import 'd3-selection-multi';
import { getDimensions } from './dimensions';
import { rebind } from './rebind';
import { Toggle } from '../ui/toggle';
-1
View File
@@ -1,6 +1,5 @@
import * as d3 from 'd3';
import { functor } from './index';
import 'd3-selection-multi';
export function tooltip() {
var tooltip = function(selection) {