aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js/util.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-03-04 19:42:30 -0800
committerAlex Yatskov <alex@foosoft.net>2017-03-04 19:42:30 -0800
commit7269583547cb379a413496946abce145703b2b8a (patch)
treef8cb49b646f6c5faa8008981311e1dd61812d610 /ext/fg/js/util.js
parent158818713a59509344b0916e6dcfb44cb5042dbd (diff)
polish
Diffstat (limited to 'ext/fg/js/util.js')
-rw-r--r--ext/fg/js/util.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/fg/js/util.js b/ext/fg/js/util.js
index f0760462..ac6ee428 100644
--- a/ext/fg/js/util.js
+++ b/ext/fg/js/util.js
@@ -206,12 +206,3 @@ function docSentenceExtract(source, extent) {
return content.substring(startPos, endPos).trim();
}
-
-
-/*
- * Error
- */
-
-function errorShow(error) {
- window.alert(`Error: ${error}`);
-}