Skip to content

Commit

Permalink
fix #14
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Nov 15, 2014
1 parent 07cd2c4 commit 851b679
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 7 deletions.
15 changes: 15 additions & 0 deletions js/dist/sort.js
Original file line number Diff line number Diff line change
Expand Up @@ -680,4 +680,19 @@ var swap = function ( a, i, j ) {

exports.swap = swap;

/* js/src/utils/whole.js */


var whole = function ( sort ) {

return function ( compare, array ) {

sort( compare, array, 0, array.length );

};

};

exports.whole = whole;

})(typeof exports === 'undefined' ? this['sort'] = {} : exports);
2 changes: 1 addition & 1 deletion js/dist/sort.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 851b679

Please sign in to comment.