Merge branch 'master' into NSLayoutConstraint_branch

This commit is contained in:
Gregory John Casamento 2020-06-08 04:02:30 -04:00
commit 8508f9f98f

View file

@ -43,10 +43,10 @@
+ (NSArray *) imagePasteboardTypes
{
return [NSArray arrayWithObjects: NSPDFPboardType];
return [NSArray arrayWithObject: NSPDFPboardType];
}
+ (NSArray *) imageUnfilteredPasteboardTYpes
+ (NSArray *) imageUnfilteredPasteboardTypes
{
return [self imagePasteboardTypes];
}