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

New commits:
commit 1350ac3ee9167b218370a1646b066466beecd31e
Author: Pranav Kant <[email protected]>
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;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to