Skip to content

Commit

Permalink
docs(api): add missing line in scrollableview example (#11980)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Aug 28, 2020
1 parent b10db6d commit dbdb869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apidoc/Titanium/UI/ScrollableView.yml
Expand Up @@ -101,7 +101,7 @@ methods:
parameters:
- name: image
summary: |
The image for the indicator, defined using a local filesystem path,
The image for the indicator, defined using a local filesystem path,
or a `Blob` object containing image data. Resets to the default if image is null.
type: [String, Titanium.Blob]
- name: pageNo
Expand Down Expand Up @@ -303,7 +303,7 @@ properties:
summary: |
The preferred image for indicators, defined using a local filesystem path, or a `Blob` object containing image data.
description: |
Symbol images are recommended. Use <Titanium.UI.iOS.systemImage> to get system-supplied symbol images.
Symbol images are recommended. Use <Titanium.UI.iOS.systemImage> to get system-supplied symbol images.
See examples section for usage.
type: [String, Titanium.Blob]
platforms: [iphone,ipad]
Expand Down Expand Up @@ -493,7 +493,7 @@ examples:
// iOS specific params
params.width = '90%';
}
var scrollableView = Ti.UI.createScrollableView(params);
win.add(scrollableView);
win.open();
```
Expand Down

0 comments on commit dbdb869

Please sign in to comment.