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