mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-03 16:30:27 -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
|
//#endif // BROWSER
|
||||||
var proj = scope.project,
|
var view = scope.view,
|
||||||
view = scope.view,
|
|
||||||
// TODO: Add support for multiple tools
|
// TODO: Add support for multiple tools
|
||||||
tool = scope.tool = /on(?:Key|Mouse)(?:Up|Down|Move|Drag)/.test(code)
|
tool = scope.tool = /on(?:Key|Mouse)(?:Up|Down|Move|Drag)/.test(code)
|
||||||
&& new Tool(null, scope),
|
&& new Tool(null, scope),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue