diff options
Diffstat (limited to 'files/ru/web/api/geolocation/index.html')
-rw-r--r-- | files/ru/web/api/geolocation/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/geolocation/index.html b/files/ru/web/api/geolocation/index.html index 1e532a6bfe..17f5d493ff 100644 --- a/files/ru/web/api/geolocation/index.html +++ b/files/ru/web/api/geolocation/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/Geolocation <dt>{{domxref("Geolocation.getCurrentPosition()")}} {{securecontext_inline}}</dt> <dd>Определяет местоположение устройства и возвращает объект {{domxref("Position")}} с данными.</dd> <dt>{{domxref("Geolocation.watchPosition()")}} {{securecontext_inline}}</dt> - <dd>Возвращает <code>long</code> значение, предоставляет вновь созданную callback-функцию, вызываемую при изменении местоположения устройства.</dd> + <dd>Возвращает <code>long</code> значение, предоставляет вновь созданную колбэк-функцию, вызываемую при изменении местоположения устройства.</dd> <dt>{{domxref("Geolocation.clearWatch()")}} {{securecontext_inline}}</dt> <dd>Удаляет обработчик, созданный с помощью <code>watchPosition()</code>.</dd> </dl> |