Skip to content

Instantly share code, notes, and snippets.

@jekamozg
Created July 8, 2013 13:46
Show Gist options
  • Save jekamozg/5948892 to your computer and use it in GitHub Desktop.
Save jekamozg/5948892 to your computer and use it in GitHub Desktop.
Default function argument in JS
function delete_property_image_hi_res(image_id, image_type)
{
image_type = image_type || 'hires';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment