[Libreoffice-commits] online.git: loleaflet/src
Andras Timar
andras.timar at collabora.com
Wed May 18 10:58:42 UTC 2016
loleaflet/src/control/Parts.js | 2 +-
loleaflet/src/layer/tile/TileLayer.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d4178e298895013a2fa6c4975b86ad3499727701
Author: Andras Timar <andras.timar at collabora.com>
Date: Wed May 18 12:56:37 2016 +0200
loleaflet: typo: Resuls -> Results
diff --git a/loleaflet/src/control/Parts.js b/loleaflet/src/control/Parts.js
index 8325e7c..cf90a14 100644
--- a/loleaflet/src/control/Parts.js
+++ b/loleaflet/src/control/Parts.js
@@ -41,7 +41,7 @@ L.Map.include({
if (docLayer._docType === 'spreadsheet') {
this._socket.sendMessage('commandvalues command=.uno:ViewRowColumnHeaders');
}
- docLayer._drawSearchResuls();
+ docLayer._drawSearchResults();
},
getPreview: function (id, index, maxWidth, maxHeight, options) {
diff --git a/loleaflet/src/layer/tile/TileLayer.js b/loleaflet/src/layer/tile/TileLayer.js
index dff6449..dfa4222 100644
--- a/loleaflet/src/layer/tile/TileLayer.js
+++ b/loleaflet/src/layer/tile/TileLayer.js
@@ -579,7 +579,7 @@ L.TileLayer = L.GridLayer.extend({
this._searchResultsLayer.clearLayers();
},
- _drawSearchResuls: function() {
+ _drawSearchResults: function() {
if (!this._searchResults) {
return;
}
More information about the Libreoffice-commits
mailing list