mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
typo fix
This commit is contained in:
@@ -161,7 +161,7 @@ var STICKY_TIME_INTERVAL = 0.5,
|
||||
|
||||
var mouseOverMenuView = [activeItem view];
|
||||
|
||||
if (type === CPScrollWheel ![activeMenuContainer isMenuBar])
|
||||
if (type === CPScrollWheel && ![activeMenuContainer isMenuBar])
|
||||
[activeMenuContainer scrollByDelta:[anEvent deltaY]];
|
||||
|
||||
if (type === CPPeriodic)
|
||||
|
||||
Reference in New Issue
Block a user