Skip to content

Commit 345837a

Browse files
committed
Drop more dead code
1 parent a712785 commit 345837a

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

routemaster/config/visualisation.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@
7575
.selector('.gate')
7676
.css({
7777
'background-color': 'lightBlue',
78-
})
79-
.selector('.faded')
80-
.css({
81-
'opacity': 0.25,
82-
'text-opacity': 0
8378
}),
8479

8580
elements: state_machine_config,
@@ -99,20 +94,6 @@
9994
transform: function ( node, position ){ return position; } // transform a given node position. Useful for changing flow direction in discrete layouts
10095
}
10196
});
102-
103-
// cy.on('tap', 'node', function(e){
104-
// var node = e.cyTarget;
105-
// var neighborhood = node.neighborhood().add(node);
106-
//
107-
// cy.elements().addClass('faded');
108-
// neighborhood.removeClass('faded');
109-
// });
110-
//
111-
// cy.on('tap', function(e){
112-
// if( e.cyTarget === cy ){
113-
// cy.elements().removeClass('faded');
114-
// }
115-
// });
11697
</script>
11798
</body>
11899
</html>

0 commit comments

Comments
 (0)