1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

All: Added backend for Dropbox support

This commit is contained in:
Laurent Cozic
2018-03-24 19:35:10 +00:00
parent 74b83eb71e
commit 0f4324c2f8
11 changed files with 441 additions and 32 deletions

View File

@ -129,5 +129,6 @@ shim.clearInterval = function(id) {
shim.stringByteLength = function(string) { throw new Error('Not implemented'); }
shim.detectAndSetLocale = null;
shim.attachFileToNote = async (note, filePath) => {}
shim.Buffer = null;
module.exports = { shim };