Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Sep 16, 2015
1 parent f449950 commit 0a9da50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coffee/sortable.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ sortable =
type = sortable.getColumnType table, i

onClick = (e) ->
if event.handled isnt true
event.handled = true
if e.handled isnt true
e.handled = true
else
return false

Expand Down

0 comments on commit 0a9da50

Please sign in to comment.