Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
A newline got lost
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Gerber committed Apr 15, 2015
1 parent c2d3297 commit 01695d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/brackets.js
Expand Up @@ -444,6 +444,7 @@ define(function (require, exports, module) {
window.document.body.addEventListener("wheel", windowsScrollFix, true);
}
}

if (brackets.platform === "win" && !brackets.inBrowser) {
PreferencesManager.definePreference("_windowsScrollFix", "boolean", true).on("change", enableOrDisableWinScrollFix);
enableOrDisableWinScrollFix();
Expand Down

0 comments on commit 01695d3

Please sign in to comment.