added clarifying comment
This commit is contained in:
parent
f119b79101
commit
efa959d112
@ -49,7 +49,7 @@ init: function() {
|
|||||||
OSRM.Localization.setLanguage( OSRM.DEFAULTS.LANGUAGE );
|
OSRM.Localization.setLanguage( OSRM.DEFAULTS.LANGUAGE );
|
||||||
},
|
},
|
||||||
setLanguageWrapper: function(language) {
|
setLanguageWrapper: function(language) {
|
||||||
OSRM.Localization.setLanguage(language);
|
OSRM.Localization.setLanguage(language); // wrapping required as trigger function for suppressing notifications
|
||||||
},
|
},
|
||||||
setLanguage: function(language) {
|
setLanguage: function(language) {
|
||||||
// change value of both language selectors
|
// change value of both language selectors
|
||||||
|
Loading…
Reference in New Issue
Block a user