tcorral / Design-Patterns-in-Javascript

Design Patterns applied to Javascript code.
http://tcorral.github.com/Design-Patterns-in-Javascript/
2.63k stars 528 forks source link

Misspelling in Download.getDownloadedFailedState method (State Pattern) #5

Closed Ramonacus closed 12 years ago

Ramonacus commented 12 years ago

There is a method in Download.js (State/1/Download.js) that is defined "getDownloadedFailedState" but called "getDownloadFailedState" in rest of the States.

Note the difference in the "ed"! getDownloadedFailedState getDownloadFailedState