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

misspelled function call in class Subject - Observer Chapter #46

Closed FrankBerlin closed 11 years ago

FrankBerlin commented 12 years ago

The function removeAt() from the ObserverList prototype is later (in the Subject code) called removeIndexAt().

BR Frank

addyosmani commented 12 years ago

Thanks for the heads up, @FrankBerlin!

addyosmani commented 11 years ago

Was fixed in master.