File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 474474 else if ( a [ 0 ] == b [ 0 ] && a [ 0 ] > center [ 0 ] ) { return a [ 1 ] - b [ 1 ] } } ) ;
475475
476476 pathArrG . sort ( function ( a ) { if ( a [ 0 ] > center [ 0 ] && a [ 1 ] > center [ 1 ] ) { return 1 } else if ( a [ 0 ] > center [ 0 ] && a [ 1 ] < center [ 1 ] ) { return - 1 } else { return 0 } } ) ;
477- pathArrG . sort ( function ( a ) { if ( a [ 0 ] < center [ 0 ] && a [ 1 ] > center [ 1 ] ) { return 1 } else if ( a [ 0 ] < center [ 0 ] && a [ 1 ] < center [ 1 ] ) { return - 1 } else { return 0 } } ) ;
477+ pathArrG . sort ( function ( a ) { if a [ 1 ] < center [ 1 ] { return 1 } else if ( a [ 0 ] < center [ 0 ] && a [ 1 ] > center [ 1 ] ) { return 1 } else if ( a [ 0 ] > center [ 0 ] && a [ 1 ] > center [ 1 ] ) { return - 1 } else { return 0 } } ) ;
478478
479479 pathArrG . sort ( function ( a , b ) { if ( a [ 0 ] != b [ 0 ] && a [ 1 ] < center [ 1 ] ) { return b [ 0 ] - a [ 0 ] }
480480 else if ( a [ 0 ] != b [ 0 ] && a [ 1 ] > center [ 1 ] ) { return a [ 0 ] - b [ 0 ] } else if ( a [ 0 ] == b [ 0 ] && a [ 0 ] < center [ 0 ] ) { return a [ 1 ] - b [ 1 ] }
790790
791791
792792
793+
793794
794795
You can’t perform that action at this time.
0 commit comments