mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-07 03:07:12 +00:00
Fixed: wonrd params for the method _sendDelegateWindowWillReturnUndoManager
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user