mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Fix jshint issue introduced by a03631f620
This commit is contained in:
parent
a03631f620
commit
f97143d37d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue