1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

All: Added fs drivers and encryption service

This commit is contained in:
Laurent Cozic
2017-12-11 23:52:42 +00:00
parent 0f343bccda
commit 8a282fd2e1
14 changed files with 403 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ function shimInit() {
shim.FileApiDriverLocal = FileApiDriverLocal;
shim.Geolocation = GeolocationNode;
shim.FormData = require('form-data');
shim.sjclModule = require('lib/vendor/sjcl.js');
shim.detectAndSetLocale = function (Setting) {
let locale = process.env.LANG;