Skip to content

Commit 0a9da50

Browse files
committed
Fix variable name
1 parent f449950 commit 0a9da50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

coffee/sortable.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ sortable =
3838
type = sortable.getColumnType table, i
3939

4040
onClick = (e) ->
41-
if event.handled isnt true
42-
event.handled = true
41+
if e.handled isnt true
42+
e.handled = true
4343
else
4444
return false
4545

0 commit comments

Comments
 (0)