Fix initial Node Iterator values

This commit is contained in:
iska
2015-05-28 00:55:45 +02:00
parent ac561570f3
commit 13ed63017e
+2
View File
@@ -28,6 +28,8 @@ typedef NS_ENUM(short, TraverseDirection)
self = [super init];
if (self) {
_root = node;
_referenceNode = _root;
_pointerBeforeReferenceNode = YES;
_whatToShow = HTMLNodeFilterShowAll;
}
return self;