From 5321f0373fc8f1380ec1853c6ae24680fa395712 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Mon, 17 Jun 2019 13:42:44 -0700 Subject: [PATCH] Fix quote and comma --- demo/index.html | 2 +- tsconfig.all.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/index.html b/demo/index.html index 99ae413d..ef8f3891 100644 --- a/demo/index.html +++ b/demo/index.html @@ -36,7 +36,7 @@

Attention: The demo is a barebones implementation and is designed for the development and evaluation of xterm.js only. Exposing the demo to the public as is would introduce security risks for the host.

- + diff --git a/tsconfig.all.json b/tsconfig.all.json index bc633fe6..06efafcb 100644 --- a/tsconfig.all.json +++ b/tsconfig.all.json @@ -7,7 +7,7 @@ { "path": "./addons/xterm-addon-attach/src" }, { "path": "./addons/xterm-addon-fit/src" }, { "path": "./addons/xterm-addon-search/src" }, - { "path": "./addons/xterm-addon-web-links/src" } + { "path": "./addons/xterm-addon-web-links/src" }, { "path": "./addons/xterm-addon-webgl/src" } ] }