Skip to content

Commit

Permalink
Rename shuffle to list.
Browse files Browse the repository at this point in the history
Related #83.
  • Loading branch information
mbostock committed May 19, 2017
1 parent d344430 commit 709eefa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pack/enclose.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import shuffle from "./shuffle";
import list from "./list";

export default function(circles) {
return encloseN(shuffle(circles), []);
return encloseN(list(circles), []);
}

function encloses(a, b) {
Expand Down
File renamed without changes.

0 comments on commit 709eefa

Please sign in to comment.