From 232cf69006fc5000598d4da56793c96e1a07c14d Mon Sep 17 00:00:00 2001 From: Alexandre Wilhelm Date: Thu, 27 Mar 2014 19:54:15 -0700 Subject: [PATCH] Fixed: wonrd params for the method _sendDelegateWindowWillReturnUndoManager --- AppKit/CPWindow/CPWindow.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPWindow/CPWindow.j b/AppKit/CPWindow/CPWindow.j index 82ced5e49..4066e28f5 100644 --- a/AppKit/CPWindow/CPWindow.j +++ b/AppKit/CPWindow/CPWindow.j @@ -3524,7 +3524,7 @@ var keyViewComparator = function(lhs, rhs, context) // If not, check to see if the delegate has one. if ([self _delegateRespondsToWindowWillUndoManager]) - return [self _sendDelegateWindowWillReturnUndoManager:self]; + return [self _sendDelegateWindowWillReturnUndoManager]; // If not, create one. if (!_undoManager)