Skip to content

Commit

Permalink
fixed misspelled ctx.preventScroll in OrbitCamControlScript
Browse files Browse the repository at this point in the history
  • Loading branch information
schteppe committed Jun 13, 2016
1 parent b0abe7f commit 335d511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goo/scripts/OrbitCamControlScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function setupMouseControls(args, ctx) {
wheelDelta: 0
};

ctx.prevent = function (e) {
ctx.preventScroll = function (e) {
e.preventDefault();
e.stopPropagation();
}
Expand Down

0 comments on commit 335d511

Please sign in to comment.