Remove unused variable.

This commit is contained in:
Jürg Lehni 2011-05-20 14:08:04 +01:00
parent be63d2cf07
commit 84b1d865c1

View file

@ -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),