/
githubmirror
/
fullPage.js
Обзор
Документация
Войти
/
githubmirror
/
fullPage.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/js/anchors/setRecordHistory.js
11 строк
324 B
Alvaro Trigo López
- v4 version
16 мар 2022, 21:03
16 мар 2022, 21:03
902c448
Код
Авторство
О чём код?
import { setVariableState } from "../common/options.js"; import { FP } from '../common/constants.js'; FP.setRecordHistory = setRecordHistory; /** * Defines wheter to record the history for each hash change in the URL. */ export function setRecordHistory(value, type){ setVariableState('recordHistory', value, type); }