Spell checking, d-g.

This commit is contained in:
Mike Castle
2013-11-22 23:31:05 -08:00
parent c31fa3d46d
commit 27bb6f058e
14 changed files with 18 additions and 18 deletions

View File

@ -25,7 +25,7 @@ window.plugin.mapTileYandex = function() {};
window.plugin.mapTileYandex.setup = function() {
//a few options on language are available, including en-US. Oddly, the detail available on the maps varies
//dependong on the language
//depending on the language
var yandexApiJs = '//api-maps.yandex.ru/2.0-stable/?load=package.standard&lang=ru-RU'
load(yandexApiJs).thenRun(window.plugin.mapTileYandex.addLayer);