Fixed: wonrd params for the method _sendDelegateWindowWillReturnUndoManager

This commit is contained in:
Alexandre Wilhelm
2014-03-27 19:54:15 -07:00
parent 9d2fba308d
commit 232cf69006
+1 -1
View File
@@ -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)