| Index: app/views/topology/service.js | 
| === modified file 'app/views/topology/service.js' | 
| --- app/views/topology/service.js 2013-03-05 18:47:43 +0000 | 
| +++ app/views/topology/service.js 2013-03-07 21:08:05 +0000 | 
| @@ -458,6 +458,7 @@ | 
| // enter | 
| node | 
| .enter().append('g') | 
| + .attr('pointer-events', 'all') // IE doesn't drag properly without this. | 
| .attr('class', function(d) { | 
| return (d.subordinate ? 'subordinate ' : '') + | 
| (d.pending ? 'pending ' : '') + 'service'; |