diff --git a/AppKit/CPCollectionView.j b/AppKit/CPCollectionView.j index 31f1b9196..6b28e452a 100644 --- a/AppKit/CPCollectionView.j +++ b/AppKit/CPCollectionView.j @@ -31,6 +31,7 @@ @import "CPCollectionViewItem.j" @import "CPCompatibility.j" +@import "CPDragServer_Constants.j" @import "CPPasteboard.j" @import "CPView.j" diff --git a/AppKit/CPCollectionViewItem.j b/AppKit/CPCollectionViewItem.j index 7c8dbebbd..5883c4ebf 100644 --- a/AppKit/CPCollectionViewItem.j +++ b/AppKit/CPCollectionViewItem.j @@ -47,7 +47,7 @@ copy = [CPKeyedUnarchiver unarchiveObjectWithData:_cachedArchive]; - // copy connections + // copy connections } [copy setRepresentedObject:[self representedObject]];