mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-21 13:39:30 -07:00
move json data fetching to a standalone module
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { footerHeightUpdateInit } from './utils'
|
||||
import { imgIndexSpanUpdate } from './indexDisp'
|
||||
import { imagesArrayLen, trackMouseInit } from './trackMouse'
|
||||
import { trackMouseInit } from './trackMouse'
|
||||
import { thresholdCtlInit } from './thresholdCtl'
|
||||
import { imagesArrayLen } from './dataFetch'
|
||||
|
||||
function init(): void {
|
||||
footerHeightUpdateInit()
|
||||
|
||||
Reference in New Issue
Block a user