MOBILE-3147 doc: Fix typos
parent
a7c2d22cb8
commit
31c5990593
|
@ -69,7 +69,7 @@ export class AddonMessagesConversationInfoPage implements OnInit {
|
|||
/**
|
||||
* Get conversation members.
|
||||
*
|
||||
* @param [loadingMore} Whether we are loading more data or just the first ones.
|
||||
* @param loadingMore Whether we are loading more data or just the first ones.
|
||||
* @return Promise resolved when done.
|
||||
*/
|
||||
protected fetchMembers(loadingMore?: boolean): Promise<any> {
|
||||
|
|
|
@ -345,7 +345,7 @@ export class AddonMessagesGroupConversationsPage implements OnInit, OnDestroy {
|
|||
* Fetch data for a certain option.
|
||||
*
|
||||
* @param option The option to fetch data for.
|
||||
* @param [loadingMore} Whether we are loading more data or just the first ones.
|
||||
* @param loadingMore Whether we are loading more data or just the first ones.
|
||||
* @param getCounts Whether to get counts data.
|
||||
* @return Promise resolved when done.
|
||||
*/
|
||||
|
|
|
@ -48,7 +48,7 @@ export class CoreInfiniteLoadingComponent implements OnChanges {
|
|||
/**
|
||||
* Detect changes on input properties.
|
||||
*
|
||||
* @param } changes Changes.
|
||||
* @param changes Changes.
|
||||
*/
|
||||
ngOnChanges(changes: {[name: string]: SimpleChange}): void {
|
||||
if (changes.enabled && this.enabled && this.position == 'bottom') {
|
||||
|
|
Loading…
Reference in New Issue