Skip to content

Commit afaa4cb

Browse files
committed
rm now useless Fx.layoutAttribute def
- this is probably a leftover from an old merge conflict
1 parent 631d7a4 commit afaa4cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/plots/cartesian/graph_interact.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ var fx = module.exports = {};
3232
// copy on Fx for backward compatible
3333
fx.unhover = dragElement.unhover;
3434

35-
fx.layoutAttributes = {
36-
};
37-
3835
fx.supplyLayoutDefaults = function(layoutIn, layoutOut, fullData) {
3936

4037
function coerce(attr, dflt) {

0 commit comments

Comments
 (0)