diff --git a/src/brackets.js b/src/brackets.js index 5a93c5973fd..102acafbe1f 100644 --- a/src/brackets.js +++ b/src/brackets.js @@ -270,7 +270,7 @@ define(function (require, exports, module) { // Prevent unhandled mousedown events from triggering native behavior // Example: activating AutoScroll when clicking the middle mouse button (see #510) - $("html").on("mousedown", function(event) { + $("html").on("mousedown", function (event) { event.preventDefault(); });