Jan Wuerthner
unread,Aug 22, 2010, 10:59:39 AM8/22/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to The Lift Book
Dear lift-book group,
there seems to be a minor mistake (I wouldn't really call it a bug) on
page 17 of the current version (master.pdf), Listing 2.5:
class: AddEntry, method: doTagsAndSubmit, line 2 and 3:
if (tags.trim.length == 0)
error("We're going to need at least one tag.")
I think, it should be "S.error" instead of "error" in order to display
the message inside the page (instead of an exception inside the
browser window...)
anyway - thanks for the excellent job you guys are doing on this book!
kind regards,
Jan