Skip to content

Commit 6fc9fe7

Browse files
committed
DFL-2502 Address review issues.
1 parent bbdca20 commit 6fc9fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecma-debugger/js-source-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ cls.JsSourceView = function(id, name, container_class)
10161016

10171017
window.eventHandlers.mousewheel['scroll-js-source-view'] = function(unit, event, target)
10181018
{
1019-
if (event.wheelDeltaX !== undefined && event.wheelDeltaX != 0)
1019+
if (event.wheelDeltaX)
10201020
// Horizontal scrolling is handled natively by the browser.
10211021
return;
10221022

0 commit comments

Comments
 (0)