From a40c468a7e236165090347f8a638575afdf1d807 Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Mon, 17 Aug 2015 07:00:17 +0900 Subject: [PATCH] Format and fix typo --- Makefile | 1 + resources/gotty.js | 1 - resources/index.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 99b1188..b22850b 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ resource.go: bindata/hterm.js bindata/index.html bindata/gotty.js bindata: mkdir bindata + bindata/hterm.js: bindata libapps/hterm/js/*.js cd libapps && \ LIBDOT_SEARCH_PATH=`pwd` ./libdot/bin/concat.sh -i ./hterm/concat/hterm_all.concat -o ../bindata/hterm.js diff --git a/resources/gotty.js b/resources/gotty.js index 21d87e4..aa4d40c 100644 --- a/resources/gotty.js +++ b/resources/gotty.js @@ -6,7 +6,6 @@ var term; - ws.onopen = function(event) { hterm.defaultStorage = new lib.Storage.Local() diff --git a/resources/index.html b/resources/index.html index 6fed986..be6836e 100644 --- a/resources/index.html +++ b/resources/index.html @@ -1,7 +1,7 @@ - GoTTy + GoTTY