fix new flow errors after D3561327

Reviewed By: bestander

Differential Revision: D3561376

fbshipit-source-id: 226f0d1c6a771a987f9e04f114dc3ba1cca531b1
This commit is contained in:
David Aurelio
2016-07-14 04:51:22 -07:00
committed by Facebook Github Bot 1
parent f5ba1693fe
commit 9bfa393a79
3 changed files with 7 additions and 17 deletions

View File

@@ -61,12 +61,10 @@ class RouteStack {
this._index = index;
}
/* $FlowFixMe - get/set properties not yet supported */
get size(): number {
return this._routeNodes.size;
}
/* $FlowFixMe - get/set properties not yet supported */
get index(): number {
return this._index;
}