addyosmani / essential-js-design-patterns

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

Simplify wording in "Decorators with jQuery" section #168

Closed cjcenizal closed 9 years ago

cjcenizal commented 9 years ago

There is a phrase in this section that states that you can use jQuery to apply the Decorator pattern "either at run-time or dynamically at a later point", which left me scratching my head... aren't they the same thing? If they are, this PR removes the redundancy. It's likely I'm just not knowledgeable enough to see the distinction though, in which case feel free to ignore the PR, but do please explain! :)