Skip to content

Instantly share code, notes, and snippets.

@cedeber
Created January 27, 2016 10:34
Show Gist options
  • Save cedeber/1da60b1fe669fcbb3557 to your computer and use it in GitHub Desktop.
Save cedeber/1da60b1fe669fcbb3557 to your computer and use it in GitHub Desktop.
Invert Values
if ( min > max ) {
max = [ min, min = max ][ 0 ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment