File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 "jsdom" : " ~0.5.2"
3232 },
3333 "devDependencies" : {
34- "smash" : " ~0.0.4 " ,
34+ "smash" : " ~0.0.5 " ,
3535 "uglify-js" : " 2.2.x" ,
3636 "vows" : " 0.7.x"
3737 },
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import "../core/rebind";
33import "../event/event" ;
44import "../event/mouse" ;
55import "../event/touches" ;
6- import "../selection/index " ;
6+ import "../selection/" ;
77
88d3 . behavior . zoom = function ( ) {
99 var translate = [ 0 , 0 ] ,
Original file line number Diff line number Diff line change 11import "start" ;
2- import "compat/index " ;
2+ import "compat/" ;
33
4- import "arrays/index " ;
5- import "behavior/index " ;
6- import "color/index " ;
7- import "core/index " ;
8- import "dsv/index " ;
9- import "event/index " ;
10- import "format/index " ;
11- import "geo/index " ;
12- import "geom/index " ;
13- import "interpolate/index " ;
14- import "layout/index " ;
15- import "math/index " ;
16- import "scale/index " ;
17- import "selection/index " ;
18- import "svg/index " ;
19- import "time/index " ;
20- import "transition/index " ;
21- import "xhr/index " ;
4+ import "arrays/" ;
5+ import "behavior/" ;
6+ import "color/" ;
7+ import "core/" ;
8+ import "dsv/" ;
9+ import "event/" ;
10+ import "format/" ;
11+ import "geo/" ;
12+ import "geom/" ;
13+ import "interpolate/" ;
14+ import "layout/" ;
15+ import "math/" ;
16+ import "scale/" ;
17+ import "selection/" ;
18+ import "svg/" ;
19+ import "time/" ;
20+ import "transition/" ;
21+ import "xhr/" ;
2222
2323import "end" ;
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ console.log(JSON.stringify({
3333 "jsdom" : "~0.5.2"
3434 } ,
3535 "devDependencies" : {
36- "smash" : "~0.0.4 " ,
36+ "smash" : "~0.0.5 " ,
3737 "uglify-js" : "2.2.x" ,
3838 "vows" : "0.7.x"
3939 } ,
Original file line number Diff line number Diff line change 11import "selection" ;
2- import "../transition/index " ;
2+ import "../transition/" ;
33
44d3_selectionPrototype . transition = function ( ) {
55 var id = d3_transitionInheritId || ++ d3_transitionId ,
Original file line number Diff line number Diff line change 1- import "../scale/index " ;
2- import "../selection/index " ;
3- import "../transition/index " ;
1+ import "../scale/" ;
2+ import "../selection/" ;
3+ import "../transition/" ;
44import "svg" ;
55
66d3 . svg . axis = function ( ) {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "../event/event";
55import "../event/mouse" ;
66import "../event/touches" ;
77import "../scale/scale" ;
8- import "../selection/index " ;
8+ import "../selection/" ;
99import "svg" ;
1010
1111d3 . svg . brush = function ( ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import "../core/array";
33import "../event/dispatch" ;
44import "../event/timer" ;
55import "../interpolate/ease" ;
6- import "../selection/index " ;
6+ import "../selection/" ;
77
88function d3_transition ( groups , id ) {
99 d3_arraySubclass ( groups , d3_transitionPrototype ) ;
You can’t perform that action at this time.
0 commit comments