davebalmer / jo

Jo (0.5.0) is a thin (~16K) candy shell for making HTML5 apps. Jo works with: PhoneGap, Chrome, Safari, Opera, FireFox, iOS, Android, BlackBerry 10, Tizen, & Windows Phone 8+. Features include skinnable UI widgets, a clean event model and a light data layer.
MIT License
1.2k stars 180 forks source link

Remove keyword "screen" from intro tutorials #14

Closed Shakakai closed 13 years ago

Shakakai commented 13 years ago

The keyword "screen" can't be overwritten on Safari 5.0 or Chrome 6.0 (OSX). So the introduction tutorials run in a standard browser throw an undefined error stating "alert" doesn't exist. Changing the variable name to jScreen solved the issue for me ;)

davebalmer commented 13 years ago

Ha! Yeah, I need to change that in the docs, thank you!

davebalmer commented 13 years ago

Changed, thanks again.