summaryrefslogtreecommitdiff
path: root/static/emscripten/soffice_args.js
blob: 6881741bdf0b421e88cec12c47e8e02c2bce6083 (plain)
1
2
3
4
5
6
7
8
'use strict';

Module['arguments'] = [
    '--norestore',
    '--nologo',
    '--writer',
    '/android/default-document/example.odt'
];