diff options
Diffstat (limited to 'files/ru/web/api/geolocation/getcurrentposition/index.html')
-rw-r--r-- | files/ru/web/api/geolocation/getcurrentposition/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/geolocation/getcurrentposition/index.html b/files/ru/web/api/geolocation/getcurrentposition/index.html index 6fc61cf3a7..bc53dade5b 100644 --- a/files/ru/web/api/geolocation/getcurrentposition/index.html +++ b/files/ru/web/api/geolocation/getcurrentposition/index.html @@ -13,9 +13,9 @@ translation_of: Web/API/Geolocation/getCurrentPosition <dl> <dt><code><var>success</var></code></dt> - <dd>Функция обратного вызова, которая принимает объект {{domxref("Position")}} в качестве единственного входного параметра.</dd> + <dd>Колбэк-функция, которая принимает объект {{domxref("Position")}} в качестве единственного входного параметра.</dd> <dt><code><var>error</var></code> {{optional_inline}}</dt> - <dd>Необязательная функция обратного вызова, принимающая объект {{domxref("PositionError")}} как единственный входной параметр.</dd> + <dd>Необязательная колбэк-функция, принимающая объект {{domxref("PositionError")}} как единственный входной параметр.</dd> <dt><code><var>options</var></code> {{optional_inline}}</dt> <dd>Необязательный объект {{domxref("PositionOptions")}}.<br> Включает в себя |