[Libreoffice-commits] online.git: loleaflet/main.js

Pranav Kant pranavk at collabora.co.uk
Wed Aug 3 12:58:34 UTC 2016


 loleaflet/main.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1350ac3ee9167b218370a1646b066466beecd31e
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Wed Aug 3 18:27:23 2016 +0530

    loleaflet: Expose more global variables
    
    'title' is accessed by loleaflet, so need to expose this too.

diff --git a/loleaflet/main.js b/loleaflet/main.js
index 8764904..bf6141e 100644
--- a/loleaflet/main.js
+++ b/loleaflet/main.js
@@ -72,6 +72,7 @@ if (host === '') {
 // TODO: Get rid of these globals
 global.closebutton = closebutton;
 global.revHistoryEnabled = revHistoryEnabled;
+global.title = title;
 var docURL, docParams;
 if (wopiSrc != '') {
     docURL = wopiSrc;


More information about the Libreoffice-commits mailing list