From b2c19ab9c9ec6034f19d23a3912080bc6e638a2b Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 23 Jul 2016 15:21:22 -0700 Subject: [PATCH] Deleting dead code, bumping version. --- ext/bg/js/yomichan.js | 8 -------- ext/manifest.json | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js index 5be24622..aaf6dcc8 100644 --- a/ext/bg/js/yomichan.js +++ b/ext/bg/js/yomichan.js @@ -308,14 +308,6 @@ class Yomichan { this.ankiInvoke('version', {}, null, callback); } - api_getOptions({callback}) { - callback(this.options); - } - - api_getState({callback}) { - callback(this.state); - } - api_renderText({template, data, callback}) { callback(Handlebars.templates[template](data)); } diff --git a/ext/manifest.json b/ext/manifest.json index b92ee912..ac660e5b 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Yomichan", - "version": "0.7", + "version": "0.8", "description": "Japanese dictionary with Anki integration", "icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"},