mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Initialize bufferEmpty property to YES
This commit is contained in:
@@ -302,6 +302,7 @@ NSString* OakDocumentBookmarkIdentifier = @"bookmark";
|
||||
if(self = [super init])
|
||||
{
|
||||
_identifier = [NSUUID UUID];
|
||||
_bufferEmpty = YES;
|
||||
_documentEditors = [NSHashTable weakObjectsHashTable];
|
||||
}
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user