Skip to content

Instantly share code, notes, and snippets.

@yonatanm
Created November 21, 2011 23:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yonatanm/1384399 to your computer and use it in GitHub Desktop.
Save yonatanm/1384399 to your computer and use it in GitHub Desktop.
a diff file that fixes syntax errors in https://gist.github.com/1382214
10c10
< benefits : all,
---
> benefits : 'all',
18,20c18,20
< make-a-difference : true,
< work-with-top-talent : true,
< close-to-customers : true
---
> 'make-a-difference' : true,
> 'work-with-top-talent' : true,
> 'close-to-customers' : true
23c23
< function apply_for_position (var you) {
---
> function apply_for_position (you) {
27c27
< }
\ No newline at end of file
---
> }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment