update all examples to use correct desired caps

we don't want people getting confused!
This commit is contained in:
Jonathan Lipps
2013-10-24 14:03:17 -07:00
parent 91e21ac13b
commit dd863c7fa8
18 changed files with 38 additions and 39 deletions

View File

@@ -30,19 +30,6 @@ var scrollToElement = o_O(function*(element) {
}
});
// Buttons, Various uses of UIButton
// Controls, Various uses of UIControl
// TextFields, Uses of UITextField
// SearchBar, Use of UISearchBar
// TextView, Use of UITextField
// Pickers, Uses of UIDatePicker, UIPickerView
// Images, Use of UIImageView
// Web, Use of UIWebView
// Segments, Various uses of UISegmentedControl
// Toolbar, Uses of UIToolbar
// Alerts, Various uses of UIAlertView, UIActionSheet
// Transitions, Shows UIViewAnimationTransitions
driver.run(function*() {
try {
yield this.init(desiredCaps);