Skip to content

Commit

Permalink
Attributed touchpad pinch source
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwise committed Sep 12, 2014
1 parent 41c9866 commit dc78452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/js/map/VCO.Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ VCO.Map = VCO.Class.extend({
},

_onWheel: function(e) {
// borrowed from http://jsbin.com/qiyaseza/5/edit
var self = this;

if (e.ctrlKey) {
Expand Down

0 comments on commit dc78452

Please sign in to comment.