paginate-for-print
Advanced tools
Comparing version
@@ -188,5 +188,3 @@ "use strict"; | ||
for (var i = 0; i < topfloatsLength; i++) { | ||
while (topfloats[i].firstChild) { | ||
lastPage.previousSibling.appendChild(topfloats[i].firstChild); | ||
} | ||
lastPage.previousSibling.appendChild(topfloats[i]); | ||
} | ||
@@ -193,0 +191,0 @@ while (lastPage.firstChild) { |
{ | ||
"name": "paginate-for-print", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": "Johannes Wilm", | ||
@@ -5,0 +5,0 @@ "license": "LGPL", |
@@ -186,6 +186,3 @@ import {matchesSelector} from "./matches-selector" | ||
for (let i = 0; i < topfloatsLength; i++) { | ||
while (topfloats[i].firstChild) { | ||
lastPage.previousSibling.appendChild(topfloats[i].firstChild) | ||
} | ||
lastPage.previousSibling.appendChild(topfloats[i]) | ||
} | ||
@@ -192,0 +189,0 @@ while (lastPage.firstChild) { |
90484
-0.19%1706
-0.23%