mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00

If you omit compare function in javascript `sort()` method it will sort lexicographically (in dictionary order) according to the string conversion of each element. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#Parameters For example [0, 9, 8, 10].sort() will place element with z-index 10 on 2nd position of the array