Sha256: c8055dd1cb42b5da17b023886aa45eacd64e3689fed4016d99384f1906c9882e
Contents?: true
Size: 375 Bytes
Versions: 5
Compression:
Stored size: 375 Bytes
Contents
import "selection"; d3_selectionPrototype.order = function() { for (var j = -1, m = this.length; ++j < m;) { for (var group = this[j], i = group.length - 1, next = group[i], node; --i >= 0;) { if (node = group[i]) { if (next && next !== node.nextSibling) next.parentNode.insertBefore(node, next); next = node; } } } return this; };
Version data entries
5 entries across 5 versions & 3 rubygems