diff --git a/AppKit/CPView.j b/AppKit/CPView.j index 76c7f48e4..b81d2362a 100644 --- a/AppKit/CPView.j +++ b/AppKit/CPView.j @@ -449,7 +449,7 @@ var CPViewHighDPIDrawingEnabled = YES; return; if (!_toolTipFunctionIn) - _toolTipFunctionIn = function(e) { [_CPToolTip scheduleToolTipForView:self]; } + _toolTipFunctionIn = function(e) { [_CPToolTip scheduleToolTipForView:self]; }; if (!_toolTipFunctionOut) _toolTipFunctionOut = function(e) { [_CPToolTip invalidateCurrentToolTipIfNeeded]; };