Skip to content

Instantly share code, notes, and snippets.

@Fauntleroy
Created May 31, 2013 19:33
Show Gist options
  • Save Fauntleroy/5687415 to your computer and use it in GitHub Desktop.
Save Fauntleroy/5687415 to your computer and use it in GitHub Desktop.
Shiffle.
else if( order === 'shuffle' ){
next_item_id = Math.floor( Math.random() * items.length );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment