diff --git a/AppKit/CPTextView/CPTextView.j b/AppKit/CPTextView/CPTextView.j index a5d1fa650..5d9bb033e 100644 --- a/AppKit/CPTextView/CPTextView.j +++ b/AppKit/CPTextView/CPTextView.j @@ -2339,7 +2339,7 @@ var _CPCopyPlaceholder = '-'; [currentFirstResponder copy:self]; // dataForPasting = [pasteboard dataForType:CPRichStringPboardType], - stringForPasting = [pasteboard stringForType:CPStringPboardType]; + var stringForPasting = [pasteboard stringForType:CPStringPboardType]; e.clipboardData.setData('text/plain', stringForPasting); // e.clipboardData.setData('application/rtf', stringForPasting); // does not seem to work