File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ var ARROWPATHS = require('./arrow_paths');
1212var fontAttrs = require ( '../../plots/font_attributes' ) ;
1313var cartesianConstants = require ( '../../plots/cartesian/constants' ) ;
1414var templatedArray = require ( '../../plot_api/plot_template' ) . templatedArray ;
15- var axisPlaceableObjs = require ( '../../constants/axis_placeable_objects.js ' ) ;
15+ var axisPlaceableObjs = require ( '../../constants/axis_placeable_objects' ) ;
1616
1717
1818module . exports = templatedArray ( 'annotation' , {
Original file line number Diff line number Diff line change 1010
1111var cartesianConstants = require ( '../../plots/cartesian/constants' ) ;
1212var templatedArray = require ( '../../plot_api/plot_template' ) . templatedArray ;
13- var axisPlaceableObjs = require ( '../../constants/axis_placeable_objects.js ' ) ;
13+ var axisPlaceableObjs = require ( '../../constants/axis_placeable_objects' ) ;
1414
1515
1616module . exports = templatedArray ( 'image' , {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ var scatterLineAttrs = require('../../traces/scatter/attributes').line;
1313var dash = require ( '../drawing/attributes' ) . dash ;
1414var extendFlat = require ( '../../lib/extend' ) . extendFlat ;
1515var templatedArray = require ( '../../plot_api/plot_template' ) . templatedArray ;
16- var axisPlaceableObjs = require ( '../../constants/axis_placeable_objects.js ' ) ;
16+ var axisPlaceableObjs = require ( '../../constants/axis_placeable_objects' ) ;
1717
1818module . exports = templatedArray ( 'shape' , {
1919 visible : {
You can’t perform that action at this time.
0 commit comments