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

Example error #63

Closed nightlinus closed 11 years ago

nightlinus commented 11 years ago

I think line 8954: var mod = extend(myApp, "myApp.modules.module2"); should be 8954: var mod = extend(myApp, "modules.module2");

P.S.: Great book, thanks.

addyosmani commented 11 years ago

Not at all! I appreciate the heads up. We'll get this fixed real soon :)