drop
drop copied to clipboard
Remove unused function argument "event"
The "open" function has an "event" argument, but does not use it.
This generates a warning when compressing drop.js with UglifyJS2.
This pull request addresses that warning.