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

Pranav Kant pranavk at collabora.co.uk
Fri Mar 10 08:48:29 UTC 2017


 loleaflet/src/layer/tile/TileLayer.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6c333b154ae414347af5c8875f5c9c207a1f6380
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Fri Mar 10 14:17:25 2017 +0530

    Typo
    
    Change-Id: Iba85f017321806649ab4723a88873894c1b349f3

diff --git a/loleaflet/src/layer/tile/TileLayer.js b/loleaflet/src/layer/tile/TileLayer.js
index 901e753..7c0d282 100644
--- a/loleaflet/src/layer/tile/TileLayer.js
+++ b/loleaflet/src/layer/tile/TileLayer.js
@@ -220,7 +220,7 @@ L.TileLayer = L.GridLayer.extend({
 				reject: {
 					name: _('Reject'),
 					callback: function (key, options) {
-						that.onChangeReject.call(that, options.$tigger.get(0).annotation._data.id);
+						that.onChangeReject.call(that, options.$trigger.get(0).annotation._data.id);
 					}
 				}
 			},


More information about the Libreoffice-commits mailing list