Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jdfekete/reorder.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfekete committed Jan 14, 2019
2 parents 03b5f62 + 8e18dde commit 5912b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pca_order.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ reorder.pca1d = function(v, eps) {
};

reorder.pca_order = function(v, eps) {
return reorder.sort_order(pca1d(v, eps));
return reorder.sort_order(reorder.pca1d(v, eps));
};

0 comments on commit 5912b09

Please sign in to comment.