addyosmani / essential-js-design-patterns

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

typo #53

Closed FrankBerlin closed 11 years ago

FrankBerlin commented 12 years ago

Chapter MVVM -> View -> example in knockout.js

in the HTML

<input id="source" data-bind="value: contactName, valueUpdate: "keyup" /></p>
there should be no " before the word keyup.

Best regards Frank

FrankBerlin commented 12 years ago

it should use single quotes for the name 'keyup'

addyosmani commented 11 years ago

Fixed in master. Thanks!