Comment syntax fix

This commit is contained in:
Sharyn 2018-07-06 13:46:38 +02:00
parent fe874a2a6b
commit a8c1824994

View File

@ -20,8 +20,8 @@ class Resources extends React.Component {
openWordCloudModal(event) {
/*
/* Check if clicked element is a child and doesn't have a data-index,
/* then go get data-index from the parentNode
* Check if clicked element is a child and doesn't have a data-index,
* then go get data-index from the parentNode
*/
let clickedElement = event.target;
while (clickedElement.dataset.index === undefined) {