mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
Remove unused variable.
This commit is contained in:
parent
be63d2cf07
commit
84b1d865c1
1 changed files with 1 additions and 2 deletions
|
@ -154,8 +154,7 @@ var PaperScript = this.PaperScript = new function() {
|
|||
}
|
||||
}
|
||||
//#endif // BROWSER
|
||||
var proj = scope.project,
|
||||
view = scope.view,
|
||||
var view = scope.view,
|
||||
// TODO: Add support for multiple tools
|
||||
tool = scope.tool = /on(?:Key|Mouse)(?:Up|Down|Move|Drag)/.test(code)
|
||||
&& new Tool(null, scope),
|
||||
|
|
Loading…
Reference in a new issue