[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-0' - loleaflet/dist

Pranav Kant pranavk at collabora.co.uk
Thu Jan 12 14:07:25 UTC 2017


 loleaflet/dist/toolbar/toolbar.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5205910212c25acffa25ccb10dc049537cd65fbc
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Thu Jan 12 19:24:50 2017 +0530

    loleaflet: Use tab here, not space
    
    otherwise our linting tool will shout.
    
    Change-Id: Ia43b0a4bfc3a1d3406a89e9bb71b05f884cce2a2
    (cherry picked from commit fb967d998b64541223528dd19496597b2514aa43)
    Reviewed-on: https://gerrit.libreoffice.org/32996
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/loleaflet/dist/toolbar/toolbar.js b/loleaflet/dist/toolbar/toolbar.js
index d1734e7..dd99292 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -1369,7 +1369,7 @@ function updateCommandValues() {
 }
 
 map.on('updatetoolbarcommandvalues', function(e) {
-       w2ui['toolbar-up'].refresh();
+	w2ui['toolbar-up'].refresh();
 });
 
 map.on('updateparts pagenumberchanged', function (e) {


More information about the Libreoffice-commits mailing list