Skip to content
Snippets Groups Projects
Commit 1a307252 authored by Jesper's avatar Jesper
Browse files

[incremental] Fix unbound template variable

fixes #332
parent 2128ff87
Branches
Tags
No related merge requests found
...@@ -235,7 +235,7 @@ $endif ...@@ -235,7 +235,7 @@ $endif
#resetCache #resetCache
#(signature)_handler.notifyDependencies(); #(signature)_handler.notifyDependencies();
$if (TraceFlush) $if (TraceFlush)
state().trace().flushIncAttr($HostClass.this, "#signature", "", ""); state().trace().flushIncAttr(#hostClassName.this, "#hostClassName.#signatureJavaStyle", "", "");
$endif $endif
} }
$endif $endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment