ymaps-loader
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "ymaps-loader", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Загрузчик Яндекс Карт", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -8,3 +8,4 @@ /* global ymaps */ | ||
return remoteScriptLoader.loadScriptOnce( | ||
`https://api-maps.yandex.ru/2.1/?lang=${options.lang || 'ru'}_${options.region || 'RU'}&apikey=${options.apiKey}`, | ||
'https://api-maps.yandex.ru/2.1/?lang=' + (options.lang || 'ru') + '_' + (options.region || 'RU') + | ||
'&apikey=' + options.apiKey, | ||
'ymaps', | ||
@@ -11,0 +12,0 @@ ).then(function () { ymaps.ready(resolve); }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1308
13