react-templates/test/data/lambda.rt

6 lines
262 B
Plaintext
Raw Normal View History

2014-11-12 23:25:12 +01:00
<div rt-scope="{value:'event did not happen because onClick not called'} as data"
onMouseDown="(evt) => data.value = 'event did happen though it should not'"
onClick="() => data.value = 'event did happen though it should not'">
{data.value}
</div>