Fix jshint issue introduced by a03631f620

This commit is contained in:
Jürg Lehni 2016-06-17 00:50:06 +02:00
parent a03631f620
commit f97143d37d

View file

@ -1300,7 +1300,7 @@ new function() { // Injection scope for event handling on the browser
tolerance: 0,
fill: true,
stroke: true
});
}),
hitItem = hit && hit.item || null,
// Keep track if view event should be handled, so we can use it
// to decide if tool._handleMouseEvent() shall be called after.