Updated comment.
This commit is contained in:
parent
3ba92523ff
commit
1e5ad1154d
|
|
@ -26,7 +26,7 @@ namespace Microsoft.AspNet.Razor.Chunks
|
||||||
chunk.Start = association.Start;
|
chunk.Start = association.Start;
|
||||||
chunk.Association = association;
|
chunk.Association = association;
|
||||||
|
|
||||||
// If we're not in the middle of a chunk block
|
// If we're not in the middle of a parent chunk
|
||||||
if (_parentStack.Count == 0 || topLevel == true)
|
if (_parentStack.Count == 0 || topLevel == true)
|
||||||
{
|
{
|
||||||
ChunkTree.Chunks.Add(chunk);
|
ChunkTree.Chunks.Add(chunk);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue