mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-14 08:49:50 -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…
Reference in a new issue