summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2020-12-06 19:08:20 +0100
committerAndras Timar <andras.timar@collabora.com>2020-12-06 19:08:20 +0100
commit0dcb2f8951deee83b4d4f2223a207cee1a3575d9 (patch)
tree91a92aa367807ddc12a90d35d8b9baea46304f5d
parentTranslated using Weblate (Croatian) (diff)
downloadonline-0dcb2f8951deee83b4d4f2223a207cee1a3575d9.tar.gz
online-0dcb2f8951deee83b4d4f2223a207cee1a3575d9.zip
typo fixes
Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: I509861239300ad169a640c174197829e403fa69a
-rw-r--r--loleaflet/src/map/handler/Map.FileInserter.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/loleaflet/src/map/handler/Map.FileInserter.js b/loleaflet/src/map/handler/Map.FileInserter.js
index 7cf2f32a4f..be921a76b3 100644
--- a/loleaflet/src/map/handler/Map.FileInserter.js
+++ b/loleaflet/src/map/handler/Map.FileInserter.js
@@ -75,9 +75,9 @@ L.Map.FileInserter = L.Handler.extend({
},
_onChildIdMsg: function (e) {
- //When childId is not created(usually when we insert file/URL very first time), we send message to get child ID
- //and store the file(s) into respective arrays (look at _onInsertFile, _onInsertURL, _onSelectBackground)
- //When we recieve the cildId we empty all the array and insert respective file/URL from here
+ // When childId is not created (usually when we insert file/URL very first time), we send message to get child ID
+ // and store the file(s) into respective arrays (look at _onInsertFile, _onInsertURL, _onSelectBackground)
+ // When we receive the childId we empty all the array and insert respective file/URL from here
this._childId = e.id;
for (var name in this._toInsert) {