diff --git a/js/documents.js b/js/documents.js index 77e8487d..915391f0 100644 --- a/js/documents.js +++ b/js/documents.js @@ -71,7 +71,7 @@ var documentsMain = { runtime.assert(response.es_id, "invalid session id."); memberId = response.member_id; documentsMain.webodfServerInstance = serverFactory.createServer(); - documentsMain.webodfEditorInstance = new Editor({}, documentsMain.webodfServerInstance, serverFactory); + documentsMain.webodfEditorInstance = new Editor({unstableFeaturesEnabled: documentsMain.useUnstable}, documentsMain.webodfServerInstance, serverFactory); // load the document and get called back when it's live documentsMain.webodfEditorInstance.openSession(response.es_id, memberId, function() {