[Libreoffice-commits] online.git: loleaflet/src

Pranav Kant pranavk at collabora.co.uk
Fri Mar 31 14:29:20 UTC 2017


 loleaflet/src/map/Map.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2bd1dd964614a7041ad21eeb55597f6a6d13636b
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Fri Mar 31 19:56:58 2017 +0530

    loleaflet: There's another socket object inside
    
    Change-Id: I952b548e11b2456e3c9d64182444377190062b89

diff --git a/loleaflet/src/map/Map.js b/loleaflet/src/map/Map.js
index adeb8a83..11240be6 100644
--- a/loleaflet/src/map/Map.js
+++ b/loleaflet/src/map/Map.js
@@ -929,7 +929,7 @@ L.Map = L.Evented.extend({
 
 	_onUpdateProgress: function (e) {
 		if (e.statusType === 'start') {
-			if (this._socket.readyState === 1) {
+			if (this._socket.socket.readyState === 1) {
 				// auto-save
 				this.showBusy(_('Saving...'), true);
 			}


More information about the Libreoffice-commits mailing list