added the event to the callback (#4001)

Credit to @fansaien
This commit is contained in:
fansaien 2018-12-20 16:30:04 -06:00 committed by Luke Towers
parent ed226e0b09
commit 6a6ab8fc88
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@
return return
if (this.options.callback) if (this.options.callback)
return this.options.callback(this.$el, ev.currentTarget) return this.options.callback(this.$el, ev.currentTarget, ev)
} }
} }