Changes in *.ts files for Eslint.

Signed-off-by: Gökay Şatır <gokay.satir@collabora.com>
Change-Id: I1651f6da01b7bfeb33536dcee15d4b863a6c1e07
This commit is contained in:
Gökay Şatır 2021-06-08 13:57:09 +03:00 committed by Gökay ŞATIR
parent 44f1b15de4
commit 6cb3cd8152
5 changed files with 7 additions and 0 deletions

View file

@ -1,6 +1,7 @@
/* eslint-disable */
declare var L: any;
declare var app: any;
// Below classes are for managing the canvas layout.
/*

View file

@ -29,6 +29,8 @@ L.Map.include({
declare var L: any;
declare var app: any;
declare var vex: any;
declare var $: any;
declare var _: any;
app.definitions.CommentSection =
class CommentSection {

View file

@ -5,6 +5,8 @@ declare var L: any;
declare var app: any;
declare var _: any;
declare var Autolinker: any;
declare var Hammer: any;
declare var $: any;
app.definitions.Comment =
class Comment {

View file

@ -4,6 +4,7 @@
// We are using typescript without modules and compile files individually for now. Typescript needs to know about global definitions.
// We will keep below definitions until we use tsconfig.json.
declare var L: any;
declare var app: any;
class ScrollSection {
context: CanvasRenderingContext2D = null;

View file

@ -4,6 +4,7 @@
declare var L: any;
declare var $: any;
declare var Hammer: any;
declare var app: any;
class TilesSection {
context: CanvasRenderingContext2D = null;