diff options
author | Maximilian Krambach <[email protected]> | 2018-06-11 13:10:43 +0000 |
---|---|---|
committer | Maximilian Krambach <[email protected]> | 2018-06-11 13:10:43 +0000 |
commit | e154554e9a48a08219649a58be0b641c561e1748 (patch) | |
tree | 26aa17adb3b8edc7acb2c14d9e4cd12bde1ad926 /lang/js/src/gpgmejs.js | |
parent | js: Add key creation to Keyring (diff) | |
download | gpgme-e154554e9a48a08219649a58be0b641c561e1748.tar.gz gpgme-e154554e9a48a08219649a58be0b641c561e1748.zip |
js: removed config
--
* There is no use for a configuration at the moment, and it seems
improbable that this use will arise.
Diffstat (limited to 'lang/js/src/gpgmejs.js')
-rw-r--r-- | lang/js/src/gpgmejs.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/js/src/gpgmejs.js b/lang/js/src/gpgmejs.js index 09bca7f9..7fa7643c 100644 --- a/lang/js/src/gpgmejs.js +++ b/lang/js/src/gpgmejs.js @@ -30,10 +30,8 @@ import { GPGME_Keyring } from './Keyring'; export class GpgME { /** * initializes GpgME by opening a nativeMessaging port - * TODO: add configuration */ - constructor(config){ //TODO config not parsed - this._config = config; + constructor(){ } set Keyring(keyring){ |