74.66
17
Created with Raphaël 2.1.002550751002016-7-102016-6-102016-5-112016-4-112016-3-122016-2-112016-1-12
Created with Raphaël 2.1.0051015202016-7-102016-6-102016-5-112016-4-112016-3-122016-2-112016-1-12
12.00
0.06
define( function() {
"use strict";
return function( n, elem ) {
var matched = [];
for ( ; n; n = n.nextSibling ) {
if ( n.nodeType === 1 && n !== elem ) {
matched.push( n );
}
return matched;
};
} );