Current section

Files

Jump to
excessibility assets node_modules underscore amd shuffle.js
Raw

assets/node_modules/underscore/amd/shuffle.js

define(['./sample'], function (sample) {
// Shuffle a collection.
function shuffle(obj) {
return sample(obj, Infinity);
}
return shuffle;
});