MOBILE-4616 test: Fix linting
parent
55b8a74d88
commit
d424ba0f60
|
@ -30,6 +30,11 @@ export class CoreCoursesLinksHandlerBase extends CoreContentLinksHandlerBase {
|
|||
|
||||
/**
|
||||
* Get actions to open course content.
|
||||
*
|
||||
* @param url URL to treat.
|
||||
* @param courseId Course ID.
|
||||
* @param pageParams Params to send to the new page.
|
||||
* @returns Promise resolved with the actions.
|
||||
*/
|
||||
protected getCourseActions(url: string, courseId: number, pageParams: Params = {}): CoreContentLinksAction[] {
|
||||
return [{
|
||||
|
|
|
@ -550,7 +550,7 @@ export class CoreEditorRichTextEditorComponent implements OnInit, AfterViewInit,
|
|||
/**
|
||||
* Check if text is empty.
|
||||
*
|
||||
* @param value Text or element containing the text.
|
||||
* @param valueOrEl Text or element containing the text.
|
||||
* @returns If value is null only a white space.
|
||||
*/
|
||||
protected isNullOrWhiteSpace(valueOrEl: string | HTMLElement | null | undefined): boolean {
|
||||
|
|
|
@ -26,8 +26,6 @@ import { CoreTagListComponent } from './list/list';
|
|||
imports: [
|
||||
CoreSharedModule,
|
||||
],
|
||||
providers: [
|
||||
],
|
||||
exports: [
|
||||
CoreTagFeedComponent,
|
||||
CoreTagListComponent,
|
||||
|
|
|
@ -26,8 +26,6 @@ import { CoreUserTagAreaComponent } from './tag-area/tag-area';
|
|||
imports: [
|
||||
CoreSharedModule,
|
||||
],
|
||||
providers: [
|
||||
],
|
||||
exports: [
|
||||
CoreUserProfileFieldComponent,
|
||||
CoreUserTagAreaComponent,
|
||||
|
|
Loading…
Reference in New Issue