jquery / contribute.jquery.org

Developer documentation common to jQuery projects
https://contribute.jquery.org
Other
25 stars 76 forks source link

fresh jQuery style guide #123

Closed jqguy closed 9 years ago

jqguy commented 9 years ago

Modern style guides all use single quotes and are way easier to type. I want jQuery switching to the google style guide which is way more beautiful.

this is the worst thing which recently even changed

( function( jQuery) {
     // god damn ugly
} )();