mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Fix typo.
This commit is contained in:
parent
e0e8ee0152
commit
9f47942e7a
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ var ToolEvent = this.ToolEvent = Base.extend({
|
||||||
|
|
||||||
getModifiers: function() {
|
getModifiers: function() {
|
||||||
return Key.modifiers;
|
return Key.modifiers;
|
||||||
}
|
},
|
||||||
|
|
||||||
// TODO: implement hitTest first
|
// TODO: implement hitTest first
|
||||||
// getItem: function() {
|
// getItem: function() {
|
||||||
|
|
Loading…
Reference in a new issue