reflow.js 81 Bytes Edit Raw Blame History 1 2 3 export var forceReflow = function forceReflow(node) { return node.scrollTop; };