aboutsummaryrefslogtreecommitdiffstats
path: root/chaika.js
diff options
context:
space:
mode:
authoranekos2014-11-03 12:47:32 +0900
committeranekos2014-11-03 12:47:32 +0900
commitf025b62c92a60d8437aada56d6f35f730412d7eb (patch)
tree3dbfac6f61b3256a764ed26d8feb9307fb0b8c26 /chaika.js
parent8ccf0c8158bf09b1513f8013d80a237edbc3b15a (diff)
downloadvimperator-plugins-f025b62c92a60d8437aada56d6f35f730412d7eb.tar.bz2
アップデットタイオ! してない!! FIXME!!
Diffstat (limited to 'chaika.js')
-rw-r--r--chaika.js24
1 files changed, 13 insertions, 11 deletions
diff --git a/chaika.js b/chaika.js
index 5f965db..bf03ba0 100644
--- a/chaika.js
+++ b/chaika.js
@@ -64,7 +64,8 @@ let INFO = xml`
(function () {
const Chaika = {};
Components.utils.import("resource://chaika-modules/ChaikaThread.js", Chaika);
- Components.utils.import("resource://chaika-modules/Chaika2chViewer.js", Chaika);
+ // FIXME
+ // Components.utils.import("resource://chaika-modules/Chaika2chViewer.js", Chaika);
function deleteCurrentThreadLog () {
let currentURI = getBrowser().currentURI.QueryInterface(Ci.nsIURL);
@@ -107,16 +108,17 @@ let INFO = xml`
}
}
),
- new Command(
- ['auth'],
- 'Maru auth(?)',
- function (args) {
- Chaika.Chaika2chViewer.auth();
- },
- {
- argCount: '0'
- }
- ),
+ // FIXME
+ // new Command(
+ // ['auth'],
+ // 'Maru auth(?)',
+ // function (args) {
+ // Chaika.Chaika2chViewer.auth();
+ // },
+ // {
+ // argCount: '0'
+ // }
+ // ),
new Command(
['abonem[anager]'],
'Open abone manager',