Merge branch 'dev/pgp-worker'

This commit is contained in:
Tankred Hase 2014-02-17 16:07:50 +01:00
commit a5aac10730
2 changed files with 8 additions and 6 deletions

View File

@ -9,6 +9,7 @@ define(function(require) {
config = require('js/app-config').config;
var PGP = function() {
openpgp.config.prefer_hash_algorithm = openpgp.enums.hash.sha256;
openpgp.initWorker(config.workerPath + '/../lib/openpgp/openpgp.worker.js');
};

File diff suppressed because one or more lines are too long