Skip to content

Commit 9f47942

Browse files
committed
Fix typo.
1 parent e0e8ee0 commit 9f47942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tool/ToolEvent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ var ToolEvent = this.ToolEvent = Base.extend({
185185

186186
getModifiers: function() {
187187
return Key.modifiers;
188-
}
188+
},
189189

190190
// TODO: implement hitTest first
191191
// getItem: function() {

0 commit comments

Comments
 (0)