Skip to content

Commit

Permalink
updated versiond
Browse files Browse the repository at this point in the history
  • Loading branch information
Luperi committed Apr 4, 2017
1 parent 46e50b1 commit ee9e7c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions wheelzoom.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
Wheelzoom 1.1.0
Wheelzoom 1.1.1
license: MIT
https://github.com/Luperi/wheelzoom
https://luperi.github.io/wheelzoom/
*/

// create CustomEvent to override window.Event in unsupported browsers
Expand Down Expand Up @@ -257,7 +257,6 @@ window.wheelzoom = (function(){
var destroy = function (originalProperties) {
img.removeEventListener('wheelzoom.destroy', destroy);
img.removeEventListener('wheelzoom.reset', reset);
img.removeEventListener('load', load);
img.removeEventListener('mouseup', removeDrag);
img.removeEventListener('mousemove', drag);
img.removeEventListener('mousedown', draggable);
Expand Down

0 comments on commit ee9e7c7

Please sign in to comment.