Wiley.com
Print this page Share

Safari and WebKit Development for iPhone OS 3.0

ISBN: 978-0-470-54966-7
Paperback
408 pages
November 2009
Safari and WebKit Development for iPhone OS 3.0 (0470549661) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
54 Error in Code
document.getElementById("movieList").appendChild(f);

Should be:

document.getElementById("movieList").appendChild(fa);
1/11/10
54 Error in Code
document.getElementById("movieList").insertBefore(f, casa);

Should be:

document.getElementById("movieList").insertBefore(fb, casa);

1/11/10
Back to Top