-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove depecated callbacks, add arguments to events
- Loading branch information
1 parent
9b345ac
commit 9e9e18c
Showing
1 changed file
with
19 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9e9e18c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Handle all Slick events with 1.4 event model, remove deprecated callbacks on init, and pass relevant event details to callbacks. Breaking change-- bind to callback function in order to pass information back to controller. Supersedes PR #100