Initialize bufferEmpty property to YES

This commit is contained in:
Allan Odgaard
2016-09-25 13:22:39 +02:00
parent 456ff37301
commit 94ad4f1dfa

View File

@@ -302,6 +302,7 @@ NSString* OakDocumentBookmarkIdentifier = @"bookmark";
if(self = [super init])
{
_identifier = [NSUUID UUID];
_bufferEmpty = YES;
_documentEditors = [NSHashTable weakObjectsHashTable];
}
return self;