addyosmani / essential-js-design-patterns

Repo for my 'Learning JavaScript Design Patterns' book
http://addyosmani.com/resources/essentialjsdesignpatterns/book/
4.82k stars 792 forks source link

issue #70 | consistent IIFE ({})() style. #79

Closed stephenplusplus closed 11 years ago

stephenplusplus commented 11 years ago

As your ticket mentioned, I just went through and looked for {}())s and replaced them with {})()s.

I also caught a small typo and formatting issue in the process.

I'm going to look through again soon to see if I can spot anything else!

addyosmani commented 11 years ago

Thank you so much for the fix. I greatly appreciate the typo corrections!