Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed Feb 1, 2016
2 parents 9fba459 + 95919a3 commit 99e7467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Control/PickFlyOrbit.js
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ BIMSURFER.Control.PickFlyOrbit = BIMSURFER.Class(BIMSURFER.Control, {
*/
mouseWheel: function(e) {
var delta = 0;
event = e;
var event = e;
if (event.wheelDelta) {
delta = event.wheelDelta / 120;
if (window.opera) {
Expand Down

0 comments on commit 99e7467

Please sign in to comment.