File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,11 @@ var ONESEC = constants.ONESEC;
3232var MINUS_SIGN = constants . MINUS_SIGN ;
3333var BADNUM = constants . BADNUM ;
3434
35- var MID_SHIFT = require ( '../../constants/alignment' ) . MID_SHIFT ;
36- var CAP_SHIFT = require ( '../../constants/alignment' ) . CAP_SHIFT ;
37- var LINE_SPACING = require ( '../../constants/alignment' ) . LINE_SPACING ;
38- var OPPOSITE_SIDE = require ( '../../constants/alignment' ) . OPPOSITE_SIDE ;
35+ var alignmentConstants = require ( '../../constants/alignment' ) ;
36+ var MID_SHIFT = alignmentConstants . MID_SHIFT ;
37+ var CAP_SHIFT = alignmentConstants . CAP_SHIFT ;
38+ var LINE_SPACING = alignmentConstants . LINE_SPACING ;
39+ var OPPOSITE_SIDE = alignmentConstants . OPPOSITE_SIDE ;
3940
4041var axes = module . exports = { } ;
4142
You can’t perform that action at this time.
0 commit comments