summaryrefslogtreecommitdiff
path: root/ext/bg/js/backend.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-04-23 18:26:34 -0400
committerGitHub <noreply@github.com>2020-04-23 18:26:34 -0400
commit9216d1862fa8d0f51fe1dba603c2643aa8ef4215 (patch)
tree74f99b338dae8ecf6737eb3c9a234c26abed419a /ext/bg/js/backend.js
parent6a39b0cd7a5f3145300fe48942b55122734ae0a5 (diff)
parentd8276a9d5d119edf1747593608d3e135947019f0 (diff)
Merge pull request #463 from toasted-nutbread/explicit-entry-point
Explicit entry points
Diffstat (limited to 'ext/bg/js/backend.js')
-rw-r--r--ext/bg/js/backend.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/bg/js/backend.js b/ext/bg/js/backend.js
index 6b696f2c..693a9ad6 100644
--- a/ext/bg/js/backend.js
+++ b/ext/bg/js/backend.js
@@ -1059,6 +1059,3 @@ class Backend {
}
}
}
-
-window.yomichanBackend = new Backend();
-window.yomichanBackend.prepare();