Skip to content

Commit

Permalink
Remove cache entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Nov 29, 2017
1 parent 853b414 commit c994c45
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Resources/Private/Fusion/NodeTypes/CodeBlock.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,5 @@ prototype(Vette.CodeBlock:CodeBlock) {
showLineNumbers = ${q(node).property('showLineNumbers')}
startLinesAt = ${q(node).property('startLinesAt')}
highlightLines = ${String.split(q(node).property('highlightLines'), ',')}

@cache {
mode = 'cached'
entryIdentifier {
node = ${node}
editPreviewMode = ${node.context.currentRenderingMode.name}
}
}
}
}
}

0 comments on commit c994c45

Please sign in to comment.