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:
parent
44f1b15de4
commit
6cb3cd8152
5 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
/* eslint-disable */
|
||||
|
||||
declare var L: any;
|
||||
declare var app: any;
|
||||
|
||||
// Below classes are for managing the canvas layout.
|
||||
/*
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
declare var L: any;
|
||||
declare var $: any;
|
||||
declare var Hammer: any;
|
||||
declare var app: any;
|
||||
|
||||
class TilesSection {
|
||||
context: CanvasRenderingContext2D = null;
|
||||
|
|
Loading…
Reference in a new issue