We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
insertBefore
1 parent ff2f86d commit a1d4578Copy full SHA for a1d4578
frameworks/keyed/vanillajs-lite/src/Main.js
@@ -22,7 +22,7 @@ const build = (TRow => () => {
22
return a1[ROW] = a2[ROW] = tr;
23
})(cloneNode.bind(trow.content.firstChild, true));
24
25
-const insert = ((row, before) => insertBefore.call(tbody, row, before));
+const insert = (insertBefore.bind(tbody));
26
27
const create = (count, old) => {
28
!old && clear();
0 commit comments