Skip to content

Instantly share code, notes, and snippets.

@regonn
Created October 10, 2013 03:01
Show Gist options
  • Save regonn/6912361 to your computer and use it in GitHub Desktop.
Save regonn/6912361 to your computer and use it in GitHub Desktop.
外注したコードに残っていた謎のコード
- var height = 300
- if (i % 3 == 1)
- height = 400
- if (i % 3 == 2)
- height = 500
- height = 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment