index.js | ●●●●● patch | view | raw | blame | history |
index.js
@@ -88,11 +88,11 @@ } function addCellWithText(parent, text) { addElementWithText(parent, 'td', text); return addElementWithText(parent, 'td', text); } function addParaWithText(parent, text) { addElementWithText(parent, 'p', text); return addElementWithText(parent, 'p', text); } function setText(element, text) {