/home/bdqbpbxa/demo-subdomains/ping-proxies.goodface.com.ua/node_modules/underscore/amd/shuffle.js
define(['./sample'], function (sample) {

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

  return shuffle;

});